- Command:
git init
- Command:
git status
- Commands:
touch <filename> vim <filename>
- Commands:
ls ls -a
- Commands:
git add <filename>
- Command:
git rm --cached <filename>
- Commands:
git commit -m "<commit message>"
- Command:
git restore <filename>
- Command:
git log --oneline
- Commands:
git branch git checkout <branch-name> git switch <branch-name>
- Command:
clear
- Command:
exit