我在桌面上有一个关于F#的代码,并希望将其提取到https://www.kilnhg.com/上的Kiln mercurial存储库。我做了以下几点。
1)将目录更改为我的代码路径 2)hg clone https://....kilnhg.com/Code/goyal-welch/Group/goyal-welch(窑上的存储库)
接下来我应该怎么做才能将计算机上的代码推送到这个Kiln mercurial存储库?任何领导方式都将受到极大的赞赏。
答案 0 :(得分:0)
你现在可能已经解决了,但这里有:
从目录:
hg add . // Adds all files in the current directory
hg commit -m "Your comments" // Creates a new changeset
hg push // Pushes the changeset to the server