evilbobthebob wrote:Thanks very much death_au. Now I just need to work out the whole updating thing :P
Well apparentlyalone doesn't work, I have to specify the repository as well, for some reason. Also, if I get the SVN version of a theme and I run the git GUI, all the theme files show up as unstaged, and there doesn't seem to be a way to make them "ignored" like in SVN. Maybe I just need to read all the documentation. Woo.Code: Select all
git pull
OK, if FoFiX is what you use git for, run these commands in git Bash once you've cloned the repository:Code: Select all
git config branch.master.remote fofix
Code: Select all
git config remote.fofix.url git://github.com/stump/fofix.git
Then you really do only need to runfrom a git Bash on your FoFiX repository folder to update to the latest master revision.Code: Select all
git pull
Followed stumps tutorial, installed git, cloned repository, then "git pull" epic failed, then i tried what you wrote and now i only get error:could not lock config file .git/config: no such file or directory..
So, can someone explain me how to checkout properly with this GIT stuff...
