dorian-marchal·5 tahun yang lalu·discussUnfortunately, 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 tahun yang lalu·discussAlso, one advantage of `git pull origin master:master` is that you don't have to checkout master first.