markdown
最近版控系統完全轉到git,但新手上路,很多指令還不是很熟,
所以寫一篇筆記方便查找
`git clone <target> [<folder name>]`
抓下目標到本地(執行位置),可指定新資料夾名稱
`git add .`
加入目前所有檔案到暫存變更
`git commit [-m <message>]`
簽入暫存變更帶上簽入訊息
`git merge <branch name> --no-ff `
做merge但不會fast forword
`git log --oneline --graph [-(數字)]`
印出線圖 數字可限制印出幾個簽入內的
沒有留言:
張貼留言