• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Programming v
« Previous 1 2 3 4
Git master updated

 
  • 0 Vote(s) - 0 Average
Git master updated

optigon
Offline

Developer
Posts: 192
Threads: 26
Joined: Mar 2011
#1
12-01-2012, 04:35 PM (This post was last modified: 12-01-2012, 04:56 PM by optigon.)
Just wanted to announce that the dgud's master branch was updated to include rj/preview_dialogs.

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.

To do this properly you should have dgud's github repo added as a remote. To add dgud as a remote, go to your local Wings git directory and run:
Code:
git remote add dgud git://github.com/dgud/wings.git
git fetch dgud

Then checkout one of your branches to be updated:
Code:
git checkout my/branch

Update your branch:
Code:
git rebase dgud/master

Fix conflicts manually if necessary. They are tagged in the source with <<<<<<< (irc). Git walks you through the process, as I remeber... I think you add the changed files and commit the changes.

When the merge conflicts with the current master are resolved, squash you commits into a single commit and add a NOTE.

I believe the procedure in described (and perhaps better) at Bjorn's github in the wiki section. https://github.com/bjorng/wings/wiki/_pages

If Preview Dialogs didn't break your branches the next round of changes might Wink

After you've updated any branches that should be pushed to the master immediatly, list them in this thread for review.

Only list branches that you have personally reviewed in regards to style, merge conflicts, and bugs.

I want to start the next round of changes soon and would like all current changes submitted for review.

Let's do this together so we're all on the same master.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



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

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode