LOYOLITE
If you're gonna shoot, shoot!, Don't talk.!
Monday, May 28, 2018
How to merge a branch in git
Follow the commands below to do the auto merge the branch in git:
$ git checkout -b
{new-branch-name}
$ git merge --no-ff
{old-branch-name}
$ git push -u origin
{new-branch-name}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment