Hi, Sorry, this was first sent to the wrong address: ---------- Forwarded message ---------- From: Ruslan Kabatsayev <[email protected]> Date: Sat, Aug 4, 2012 at 12:56 AM Subject: Re: [PATCH] translated German comments in starmath To: Philipp Riemer <[email protected]>
Hi, 2012/8/3 Alexander Wilms <[email protected]>: > When I want to continue working, is 'git reset --hard origin/master' > all I need to do? This doesn't fetch new remote changes, so you should do "git pull" afterwards. Even better, instead of resetting and pulling, you can do "git fetch && git rebase origin" so that if you have some local commits which haven't been pushed, they'll get applied on top of updated origin. Regards, Ruslan _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
