• 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
About GitHub website

 
  • 0 Vote(s) - 0 Average
About GitHub website

micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,680
Threads: 184
Joined: Jun 2012
#5
01-01-2014, 07:43 PM
you don't have the dgud's repository added to your remote repository list!
If you fetch the origin, you will always updating you local branch with your remote branch - that was not what I suggest you and isn't what that instructions intend to. See: "Updating your master branch with the official one" - the official one is (currently) dgud's fork.

To fix that you need to run this first:
$ git remote add dgud git://github.com/dgud/wings.git

and then you can run:
$ git fetch dgud
$ git reset --hard dgud/master


This way you will be overwriting your local master with the dgud/master (the current 1.5.2).
If you have already done any changes to some lang files, maybe it would be a good idea backup it before.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
About GitHub website - by TulipVorlax - 12-31-2013, 07:32 PM
RE: About GitHub website - by micheus - 12-31-2013, 09:20 PM
RE: About GitHub website - by TulipVorlax - 12-31-2013, 10:49 PM
RE: About GitHub website - by TulipVorlax - 01-01-2014, 07:24 PM
RE: About GitHub website - by micheus - 01-01-2014, 07:43 PM
RE: About GitHub website - by TulipVorlax - 01-01-2014, 08:13 PM
RE: About GitHub website - by micheus - 01-02-2014, 12:38 AM
RE: About GitHub website - by TulipVorlax - 01-02-2014, 02:06 AM
RE: About GitHub website - by micheus - 01-02-2014, 03:11 PM

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

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode