sebb wrote on 5/25/17 3:57 PM: > If someone else has committed since I last synchronised the workspace, > I have found that I can eliminate some commit noise as follows:
Are there equivalent buttons in the GitHub Desktop app? Corollary-wise: are there techniques developers should use in the GH Desktop app to reduce excess commit notifications for people using the command line or other methods? Since whimsy is both a PMC-maintained server environment with many integrations, as well as a host of unrelated tools, any suggestions for how individual developers can respect the rest of the PMC's working style are appreciated. - Shane, the visual coder > > $ git pull > $ git rebase -i origin/master > (just accept the suggested action) > > If the workspace has other pending changes, the rebase may complain. > In which case it may be necessary to redo the rebase as follows: > > $ git stash > $ git rebase -i origin/master > (just accept the suggested action) > $ git stash pop > > The changes can then be pushed. > > HTH > -- - Shane https://www.apache.org/foundation/marks/resources
