GitSim
A visual simulator for learning Git.
Simulator
Glossary
Reset git
README.md
Save
β
+S
1
2
3
4
# App Welcome to the team.
You β terminal
Type a git command and press Enterβ¦
$
git status
git init
git diff
git add .
git commit -m "update"
git pull
git push
git log
git log --oneline --graph --all
git fetch
User local
local clone
main
Initial commit
main
origin/main
HEAD
512d471
github.com/team/app
remote
main
Initial commit
main
512d471
Code
βΎ