Skip to content

Commit

Permalink
feat(git/aliases): gfa now prune by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayeu committed Sep 19, 2023
1 parent c506d7d commit f425516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ alias gs='git status'
#alias gs='git status -sb'
#alias gpr='gp && git pr'
#alias glnext='git log --oneline $(git describe --tags --abbrev=0 @^)..@'
alias gfa='git fetch --all'
alias gfa='git fetch --all --prune'
alias grrf='git rm -rf'
alias gsc='git switch -c'

Expand Down

0 comments on commit f425516

Please sign in to comment.