Git

From wikinotes
Revision as of 17:15, 27 August 2023 by Will (talk | contribs) (→‎Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Documentation

home https://git-scm.com/

Notes

git tutorials
git usage
git environment
git config
git repositories
git extensions
git hosting
git platform notes