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?