Git for mac os x

來源:互聯網
上載者:User

由於客戶使用git管理原始碼,以前一直用cvs和svn,感覺很方便。在mac上git也有ui用戶端,不過很不好用,還好使用命令方式也很簡單。下面是常用的命令:

 

login:

ssh zzccd@ctlab   ->斷行符號需要輸入帳號,這個使用就登入了。常用的命令都可用。

pwd 返回當前路徑

logout exit

 

提交代碼:

進入提交目錄,如果需要全部提交 "git add ."  或者“git add <file>” 

輸入:git commit -a -m "test"

真正提交:git push zzccd@ctlab:/projects/testApp master

 

複製項目:

git clone zzccd@ctlab:/projects/testApp testAppClone

 

從倉庫中匯出檔案:

 git-checkout

 

如果您希望覆蓋本地修改,可以使用 -f 選項匯出檔案,這樣就可以將您帶回到一個乾淨的狀態:

 git-checkout -f

 

查看當前的工作:git-diff

git 的狀態提示:git-status

 

GUI管理工具: OpenInGitGui-2.1

 

http://code.google.com/p/git-osx-installer/downloads/detail?name=OpenInGitGui-2.1.zip&can=3&q=&sort=-uploaded

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.