We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca15af3 commit 93624e3Copy full SHA for 93624e3
bashrc/aliases.sh
@@ -44,6 +44,10 @@ alias python="python3"
44
alias py="python3"
45
alias pip="pip3"
46
47
+alias gfp="git fetch --prune"
48
+# cspell:disable-next-line
49
+alias gmain="git checkout main && git pull --prune && git-clean-branches"
50
+
51
# This is a stupid idea. if you want bat, type bat.
52
# alias cat='bat'
53
0 commit comments