Set local master the same as remote repository

Updated . Posted . Visible to the public.

Setting your branch to exactly match the remote branch can be done in two steps:

git fetch origin
git reset --hard origin/master
kiatng
Last edit
kiatng
Posted by kiatng to Git (2016-12-15 02:56)