git remote show origin
git branch -vva
git branch --v | grep "\[gone\]" | awk '{print $1}' | xargs git branch -D
git cherry-pick abc321 efg654 xyz890
git pull --rebase origin master
git push origin :branch_name
git log --color --graph --oneline --all --decorate
git log --oneline
JIRATICKET-123_oberfunktion_meinfeaturegit checkout master git pull git checkout -b DEIN_BRANCH_NAME git push
git push git stash git pull git stash pop
ForegroundColour=248,248,242 BackgroundColour=39,40,34 CursorColour=253,157,79 Black=39,40,34 BoldBlack=117,113,94 Red=249,38,114 BoldRed=204,6,78 Green=166,226,46 BoldGreen=122,172,24 Yellow=244,191,117 BoldYellow=240,169,69 Blue=102,217,239 BoldBlue=33,199,233 Magenta=174,129,255 BoldMagenta=126,51,255 Cyan=161,239,228 BoldCyan=95,227,210 White=248,248,242 BoldWhite=249,248,245