view times
git checkout master git pull origin master
git checkout -b add_linting
git push origin add_linting
git rebase -i HEAD~3
git checkout [branch] [file]
git reflog git reset --hard HEAD@{4}