git checkout -b $BRANCHNAME origin/$BRANCHNAME git checkout $PATH git diff $ID..$ID^ git diff --cached git log $ID git show $ID git commit -m "$MSG" git log --pretty=format:'%H %an %s (%cr)' --abbrev-commit -S"$SEARCH_STRING" git blame $ID git status git show :$N:$PATH git stash; git stash apply git bisect git log -u git log --grep=$SEARCH_STRING git log --author git log -n $N git cherry-pick $ID