Please enable JavaScript.
Coggle requires JavaScript to display documents.
GIT/GITHUB - Coggle Diagram
GIT/GITHUB
purpose
version control
backups
reverts
redo
collaboration
isolates work
solution to conflict
repository
usage
initialize
commits
add
remove/cancel
undo
checkout
detatch to undo stage
revert
new commit
remove changes from commit X
adds
new
history
reset
back to commit X
deletes all commits
after
commit X
alters history
restore
unmodifying modified file
resetting changed file
log
branches
git branch
checkout
merging
git merge
conflicts
git branch -d
how?
branches
master
extra
merging
commits
undo
redo
delete