Git For Beginners
Git is the system based on the idea of Source Code management (SCM)
Git is all about keeping old versions of code.
The main advantages of SCM/Git are:
Git's circle of life are build on 4 "environments"
The terms and commands used in Git are:
a good page explaining Git is the Git Page in SSE Lab
GitWorkFlow
back to main page