Skip to content

Commit

Permalink
Add some git aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 14, 2023
1 parent e7c99ff commit 0c53897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@
lineNumber = true
[pull]
ff = only
[alias]
fixup = commit --all --amend
empty = commit --allow-empty -m 'Add an empty commit'

0 comments on commit 0c53897

Please sign in to comment.