Godot 4.1 Version Control in Git in Less than 2 Minutes!
Channel:
Subscribers:
2,380
Published on ● Video Link: https://www.youtube.com/watch?v=CkpDaEPciFs
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!
Other Videos By Wide Arch Shark
Tags:
godot
git
github
scm
version control