Git clone
Git add .
Git commit -m “new”
Git push
#回覆上一個分支
Git log
Git revert HEAD
Git add .
Git commit -m “new”
Git push
Git branch jerry
Git checkout jerry
Git add .
Git commit -m “new”
Git checkout master
Git branch
Git merge jerry
Git push
#del branch
Git branch -d jerry
Git branch
Git fetch 更新Log
Git pull 更新repo
Rebase
切兩個分支 (個別都在同一行產生文字)
切回Master 分別做Merge
去掉有問題內容
重新針對檔案做Merge
Push
-
Notifications
You must be signed in to change notification settings - Fork 4
jerrywu2013/Bluemix
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published