github for mac, gitx https://rowanj.github.io/gitx/
gitk (just type it inside a repo) on windows
git checkout
git reset # to roll back a branch
git revert
git reflog- Start a repo with an html
- put on github
- bryce checks out branch
- bryce adds more text
- somebody off-screen makes a pull request 1 with fixed indentation
- bryce makes pull request 2 with more content
- bryce merges pull request 1
- bryce’s pull request 2 can’t be merged
git fetchgit merge origin/master- fix branch errors
git commit
also see https://help.github.com/articles/resolving-a-merge-conflict-from-the-command-line/
yes