My Interesting J2EE blog
Tuesday, May 13, 2014
git tips
Create and checkout branch
git checkout -b iss53
Aplly specific commit
git cherry-pick 6b96adb762fc350681e3b228a01a52422c2cfc1f
Rename branch
git branch -m newname
Find all branches are not merged to master
git branch -r --no-merged release/0.2.4
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment