git reset HEAD fileName.txt
#If you want to check the logs since 1 hour git log --since="1 hour ago"
git log --oneline --graph --decorate
git branch -m <old-name> <new-name> git push origin :<old-name> <new-name>
git tag -a versionnumber -m "versionmessage" git push origin versionnumber
#here i am trying to make the one line logs as sLog from commandline git config --global alias.sLog