Your answer is here:Updating 649e7b9..ba5ca9e
error: Your local changes to the following files would be overwritten by merge:
src/common/mmo.h
Please, commit your changes or stash them before you can merge.
Aborting
Then update normally.Git TroubleshootingPlease, commit your changes or stash them before you can merge.Aborting.Git doesn't update modified files even if they don't conflict unless they're properly "committed" in your local working copy, to do so is simple and advantageous (it will keep a log of your changes for yourself; so you can always go back and check what was changed and when)- On Unix
git commit -am "your log message, anything at all"
- On Windows1. Right click your folder -> Git Commit -> "master"
2. (optional) type the log message
3. Hit 'OK'
git config --global user.name "Your username"git config --global user.email [email protected]
No se como o que hice (empece a darle click a cada opcion), pero ya me funciona.Prior to committing, you should have set up your git username and email (they can be fake ones if you want) so that your commits can be identified:
on Linux:
git config --global user.name "Your username"git config --global user.email [email protected]
Please use English language, Its okay if its not your native language just give it a try..No se como o que hice (empece a darle click a cada opcion), pero ya me funciona.Prior to committing, you should have set up your git username and email (they can be fake ones if you want) so that your commits can be identified:
on Linux:
git config --global user.name "Your username"git config --global user.email [email protected]
Gracias y disculpa las molestias.
git clone -b master --single-branch https://github.com/HerculesWS/Herculeshow to checkout only the master branch.
not all branches?
Im using tortoise SVN.git clone -b master --single-branch https://github.com/HerculesWS/Herculeshow to checkout only the master branch.
not all branches?
I don't get it!Fastest way I can think about it is just updating to last revision, then locally on your repository get the revision you'll be using.
In your master branch do the following:How do I get old version?
Should work fine in git bash. Try to stay away from the GUI. Get used to doing the command line / bash version. It's much easier / faster.on the Console I'm using windows by the wayIll try this Thank you![]()
Thanks for your help kisuka, one problem also when I try to use "git pull" to update version I always get this message:Should work fine in git bash. Try to stay away from the GUI. Get used to doing the command line / bash version. It's much easier / faster.on the Console I'm using windows by the wayIll try this Thank you![]()
[theuser@hotdog git]$ git pull
You are not currently on a branch, so I cannot use any
'branch.<branchname>.merge' in your configuration file.
Please specify which remote branch you want to use on the command
line and try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details.
We use essential cookies to make this site work, and optional cookies to enhance your experience.