下班后繼續(xù)寫代碼,由于是自己獨立完成項目不會沖突他人,git可以用fetch不用pull封锉,以免之前忘記提交而需要手動merge:
git fetch --all
git reset --hard origin/master
git fetch
下班后繼續(xù)寫代碼,由于是自己獨立完成項目不會沖突他人,git可以用fetch不用pull封锉,以免之前忘記提交而需要手動merge:
git fetch --all
git reset --hard origin/master
git fetch