Git快速上手,初步簡易理解
¶Git快速上手,初步簡易理解
原文連結: https://darkblack01.blogspot.com/2013/10/blog-post.html
移植時的最後更新日期: 2017-04-13T15:30:10.845+08:00
一開始的初始化
Client 端的init(拿來pull用的)- git init
- git init --bare
基礎指令
上台→擺姿勢→拍照
上台把檔案擺進資料夾中。
擺姿勢
修改完成,並且add該檔案
加入要追縱的檔案
- git add <file name>
當作玩RPG的"Save"
- git commit –m "<commit title>"
當作玩RPG的"Load"
- git reset –hard
- $ git reset --hard <前五碼>
- $ git checkout <前五碼>
上傳下載Server
檢查同步後上傳- git push
- git pull
- git rebase
查詢
圖形化開發歷程- git log –graph --all
- git status
發表於
tags:
{ Git }