Я использую 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?