I know how to get the master from MaNGOS via GIT, but I would like to access the "mangos-0.12" branch, and I don't know how. The only way I've found to successfully download the master branch is to "git clone git://github.com/mangos/mangos.git" followed by where I want the files put, then after that just right-click the folder they're in, and "git bash here" followed by "git pull"
Since all the branches are in "git://github.com/mangos/mangos.git" how do I specify a branch, since it assumes master if I don't? I've read through the guides, and I haven't found the command, and I can't get any syntax or command usage info from the GIT bash window. I'd prefer to learn to use the bash window, rather than install an unneeded GUI.
halp?