git

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.