git init
git status
git add “example.txt”
git commit -m “example”
git commit -a -m “example”
git reflog
git log
git log —oneline
git remote add origin githubaddres