切換到專案目錄
加入檔案:
$ git add 檔案名
$ git add TEST
$ git commit -m "initial project version" (訊息)
git status 顯示文件狀態(跟蹤狀態): 說明新增內容及刪除資訊
忽略文件
$ cat .ignore
workspace stage local repo
$ git diff
$ git diff --staged: 比較workspace與stage
$ git diff -- cached: 比較 staged與local repo
刪除
$ git rm 檔案名
再加回檔案
$ git checkout 檔案名
刪除遠端版本
$ git rm 檔案名
$ git commit (上傳)
移動
$ git mv 檔案名
察看版本差異
$ git log
或是
$ git whatchange
$ git fetch
$ git pull
傳送檔案到遠程(需要權限)
$ git push
$ git branch
查看遠程名稱
$git remote
建立分支
$ git branch '名稱'
顯示分支狀態
$ git branch
or
$ git show-branch
or
$igt diff 名稱1 名稱2
切換分支
$git checkout 名稱
Switched to brancd '名稱'
合併分支
$ git merge "merge " HEAD 名稱2
$ git checkout 名稱
新增TAG
$git tag -a Betal1 -m "message"
切換回TAG
$ git tag -a Beta2 -m "message"
$ git tag
souceforge.net
code.google.com
codeflex
github
ping google.com get ip
system32 deiver etc hosts 輸入 ip url
https://lh5.googleusercontent.com/-IsW_lX791p0/AAAAAAAAAAI/AAAAAAAAAAA/hvwwfJmgLm0/s96-c/photo.jpg
沒有留言:
張貼留言