Skip to content

Instantly share code, notes, and snippets.

View mdrxy's full-sized avatar
👽

Mason Daugherty mdrxy

👽
View GitHub Profile
@solomonrothman
solomonrothman / gist:eae68f64f645b13bed72d62fb8a3ca58
Created July 20, 2021 18:01
What git symbols mean in powerlevel10k theme
# Reference from https://gitee.com/kongren/powerlevel10k#what-do-different-symbols-in-git-status-mean
Symbol Meaning Source
feature current branch; replaced with #tag or @commit if not on a branch git status
master remote tracking branch; only shown if different from local branch git rev-parse --abbrev-ref --symbolic-full-name @{u}
⇣42 this many commits behind the remote git status
⇡42 this many commits ahead of the remote git status
*42 this many stashes git stash list
merge repository state git status
~42 this many merge conflicts git status