【Git】架設與使用


【基本操作】
  1. ubuntu 9.10 要裝 git-core和curl
    $ apt-get install git-core curl
  2. 初始一個Repo
    $ mkdir /var/git
    $ cd /var/git
    $ git init-db
    $ cat .git/HEAD
  3. 加入檔案到Repo
    $ echo "A" > a.txt
    $ echo "B" > b.txt
    $ git-add a.txt b.txt
    $ git-commit -m "Initial commit"
  4. 更新內容
    $ echo "A1" >> a.txt
    $ git-diff
    $ git-commit -a -m "new day for git"
【透過ssh】
記得把 example.com 換成 ip
【透過 git】
【透過 http/https】
  • tbd
  • 還在試
【透過Eclipse】
  • Git/Git Repository/...
  • commit 還有問題。
【參考】
http://www.bitsun.com/documents/gittutorcn.htm
 

Ed32. Copyright 2008 All Rights Reserved Revolution Two Church theme by Brian Gardner Converted into Blogger Template by Bloganol dot com