2015-05-21 30 views
0

我在桌面上的F#上有一個代碼,並且想將它拖到https://www.kilnhg.com/的窯後備庫中。我做了以下。使用F窯的merilial儲存庫#

1)目錄更改我的代碼 2)汞克隆https://....kilnhg.com/Code/goyal-welch/Group/goyal-welch(上窯庫)的路徑

什麼下一步應該推動的代碼在我的電腦上,以這種窯Mercurial庫怎麼辦?任何領先的方式將非常感激。

+2

我不認爲這個問題有什麼F#的細節。我建議從它刪除'F#'標記 – Petr

回答

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