Skip to content

Commit

Permalink
Tidy comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Nov 6, 2023
1 parent 097f1d9 commit 7e5e7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# Find commits by commit message
fm = "!f() { git log --pretty=format:'%C(yellow)%h %Cblue%ad %Creset%s%Cgreen [%cn] %Cred%d' --decorate --date=short --grep=$1; }; f"

# Remove branches that have already been merged with master
# Remove branches that have already been merged
# a.k.a. ‘delete merged’
dm = "!git branch --merged | grep -v '\\*' | xargs -n 1 git branch -d"

Expand Down

0 comments on commit 7e5e7b3

Please sign in to comment.