> On Aug 8, 2017, at 7:23 AM, Shawn McKinney <smckin...@apache.org> wrote:
> 
> If you are working with uncommitted changes but nonetheless need to synch 
> with server’s latest changes, simply push your uncommitted changes, pull the 
> latest, and then pop your latest changes back off the stack.

er one more correction…

If working with uncommitted changes, …

git stash  (not push!)
git pull
git pop

Shawn

Reply via email to