Please enable JavaScript.
Coggle requires JavaScript to display documents.
Git - Coggle Diagram
Git
CMD for Git
git init
git clone
git pull
git add
git add.
git log
Source Control/Version Control
Store all changes
Support multiple user to use
Can revert code
Concept
Repository
Contain all source code
Remote
Local
Commit
Confirm who change
Branch