Git: Difference between revisions

From wikinotes
No edit summary
 
No edit summary
Line 3: Line 3:
pushes and pulls from a central server which keeps a master copy of all of the revisions.
pushes and pulls from a central server which keeps a master copy of all of the revisions.


See this workflow: http://nvie.com/posts/a-successful-git-branching-model/


{|
{|

Revision as of 14:03, 5 February 2022

Git is a decentralized version control system. Every person gets their own personal copy of the entire project to work with, can make changes as they like, but everyone pushes and pulls from a central server which keeps a master copy of all of the revisions.


git usage
git config
git repositories
git extensions
git hosting
git internals
git best practices