Godot 4.1 Version Control in Git in Less than 2 Minutes!

Subscribers:
2,380
Published on ● Video Link: https://www.youtube.com/watch?v=CkpDaEPciFs



Duration: 1:59
542 views
27


Hi,

Godot's 4.1 Git plugin isn't working right now, but here's the speed run-through of how to get your code on Github and safely version controlled.

Don't do a lot of these quick tip videos. Let me know if this is useful and I'll push out some more.

Git download: https://git-scm.com
Github: https://github.com

Additional useful commands:

Git command to add new files: git add .
Git command to confirm any changes: git commit -m "comment here"
Push updates to Github repository: git push -u origin master

If you would like to see more of the power of git, please comment below, and I will add another video.

Enjoy!







Tags:
godot
git
github
scm
version control