dorian-marchal·5 年前·議論Unfortunately, it is still very easy to lose data, e.g. by trying to undo a temporary commit with `git reset --hard HEAD^` (note the --hard option) before committing your changes.
dorian-marchal·5 年前·議論Also, one advantage of `git pull origin master:master` is that you don't have to checkout master first.