ssh-keygen -t rsa
git status
git add filename.txt
git commit -m "First commit"
git log
git diff
git push
git pull
What if you edited something on the remote side (or another user did) and you try to run a git push and something is overwritten? Try it.