Git is a distributed version control system invented by Linus Torvalds that stores data in a file system made up of snapshots of a project over time. It allows developers to work collaboratively by tracking changes to files and coordinating code changes between team members or branches of development. Git uses a client-server model with local repositories that can be pushed to and pulled from remote repositories hosted on services like GitHub.
70. git fetch
github => [email protected]:him/hoge.git
A B C D master
git fetch github
~/git-repos/hoge ( git remote update)
D github/master
A B C X master