This is the Git repository, but with commands that make sense.
- init -> start
- clone -> copy
- add -> track
- commit -> save
- push -> send
- fetch -> check
- pull -> update
- merge -> combine
- rebase -> sync
- checkout -> switch
- branch -> fork
- stash -> hold
- pop -> restore
- reset -> undo
- log -> history
- diff -> changes
- status -> state
- remote -> far
- tag -> mark
- bisect -> findbug
- cherry-pick -> copycommit
TODO: Implement it