Skip to content

Commit

Permalink
feat(git): add hello alias for greeting message
Browse files Browse the repository at this point in the history
  • Loading branch information
dgokcin committed Nov 22, 2024
1 parent ce026a5 commit 9bc3b9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@
# a.k.a. ‘delete merged’
dm = "!git branch --merged | grep -v '\\*' | xargs -n 1 git branch -d"

# Echoes hello deniz
hello = "echo 'Hello Deniz'"

# Copy the diff of the staged files to the clipboard
dc = "!git diff --staged | pbcopy"

Expand Down

0 comments on commit 9bc3b9c

Please sign in to comment.