簡體   English   中英

使用F#的窯爐水庫

[英]Kiln mercurial repository using F#

我在桌面上的F#上有一個代碼,並希望將其拉到https://www.kilnhg.com/上的Kiln Merurial存儲庫。 我執行以下操作。

1)將目錄更改為我的代碼的路徑2)hg clone https://....kilnhg.com/Code/goyal-welch/Group/goyal-welch (Kiln上的存儲庫)

接下來,我該怎么辦才能將計算機上的代碼推送到該窯庫庫中? 任何領先的方式將不勝感激。

您現在可能已經解決了,但是這里是:

從目錄:

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

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM