相关疑难解决方法(0)

Git等同于最常见的Mercurial命令?

我一直在使用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?
Run Code Online (Sandbox Code Playgroud)

git mercurial

88
推荐指数
3
解决办法
4万
查看次数

标签 统计

git ×1

mercurial ×1