Showing posts with label git. Show all posts
Showing posts with label git. Show all posts

Wednesday 3 February 2016

Git - Create New Branch from Upstream

rath@rath-1:~/www/Pjct$ git checkout master
rath@rath-1:~/www/Pjct$ git fetch upstream master
rath@rath-1:~/www/Pjct$ git rebase upstream/master

Then from smart git UI F7 create new Branch