我一直在使用 Mercurial,但是想做一个 Git 的快速演示。
Git 等价于什么:
hg init . # start a project in the current directory
hg addremove # look for any added or deleted files
hg commit -m "comment" # commit any uncomitted changes
hg status # what have i changed since the last commit?