bash — ~/repo no repo
~/repo
Repository State
Branches
no repository
Working Files
Recent Commits
Quick start:
git inittouch app.jsgit add .git commit -m "init"

Tips: ↑↓ history · Tab autocomplete · type help
Quick Reference
git initstart repo
touch <file>create file
git add .stage all
git commit -mcommit
git branch <n>new branch
git switch <n>switch
git merge <n>merge
git log --onelinehistory
git stashstash
clearclear