Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
Git master updated
12-02-2012, 07:57 PM (This post was last modified: 12-09-2012 03:12 AM by micheus.)
Post: #4
RE: Git master updated
Optigon Wrote:Those of you who have branches not yet added to the master should rebase them, fix any conflicts, and push them to your github origin.
I prefer to update my master branch with that one of the main dev, then I don't need take care about to point from where to get the master branch (dgud/master):
Code:
$ git fetch dgud
$ git checkout master
$ git reset --hard dgud/master
Then, for each one of my branches I use only:
Code:
$ git rebase master

... and about dgud/pu branch - the branches already added to it - will we need to do the same procedure?
I'm doing it and I hope that doesn't break anything.
____________
Important: Wanted by users: My wishes:
I'm going to add others still not rebased soon. Smile
Reply


Messages In This Thread
Git master updated - optigon - 12-01-2012, 04:35 PM
RE: Git master updated - optigon - 12-01-2012, 06:53 PM
RE: Git master updated - Fonte Boa - 12-01-2012, 10:29 PM
RE: Git master updated - micheus - 12-02-2012 07:57 PM
RE: Git master updated - micheus - 12-03-2012, 12:44 AM
RE: Git master updated - optigon - 12-04-2012, 02:53 AM
RE: Git master updated - micheus - 12-04-2012, 03:24 PM
RE: Git master updated - TulipVorlax - 12-09-2012, 10:57 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)