|
About GitHub website
|
|
01-01-2014, 07:43 PM
Post: #5
|
|||
|
|||
|
RE: About GitHub website
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 »
|
| Messages In This Thread |
|
About GitHub website - TulipVorlax - 12-31-2013, 07:32 PM
RE: About GitHub website - micheus - 12-31-2013, 09:20 PM
RE: About GitHub website - TulipVorlax - 12-31-2013, 10:49 PM
RE: About GitHub website - TulipVorlax - 01-01-2014, 07:24 PM
RE: About GitHub website - micheus - 01-01-2014 07:43 PM
RE: About GitHub website - TulipVorlax - 01-01-2014, 08:13 PM
RE: About GitHub website - micheus - 01-02-2014, 12:38 AM
RE: About GitHub website - TulipVorlax - 01-02-2014, 02:06 AM
RE: About GitHub website - micheus - 01-02-2014, 03:11 PM
|
User(s) browsing this thread: 1 Guest(s)



