Hello there,
I’ve already gotten the Godot and Visual Studio stuff set-up and know how to clone from GitHub branches (for the Git LFS functionality), but I am unsure about the other functions of operating the Git CMD. I have some questions:
- Is it possible to clone from a specific tag? I see the tags section next to branches, but don’t know how to specifically download a tagged variant (I know how to download branches already). Or should I just download the master branch and work on it from there?
- If the master branch path is what I have to do, how would I update the files with recent pull-release additions to the main repository? It is quite a rudimentary task to fork the repository on GitHub, but I was unable to figure out how to update an older repository with new additions. Does it automatically update?
- How do I send changes to a repository using Git CMD? I know I could take time to look through the GitHub documentation to find out, but I am hoping to avoid the headache of sifting through it.
Any answers to these questions would be appreciated.