Skip to content

jerrywu2013/Bluemix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git and Bluemix

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

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors