Skip to content

Commit

Permalink
feat(git): show only commit hash and message in git log
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Jul 13, 2024
1 parent 3d7de56 commit df1c3ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions git/config.d/config
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@

[alias]
remove-merged = !remove-merged-branches

[format]
pretty = oneline

[log]
abbrevCommit = true

0 comments on commit df1c3ee

Please sign in to comment.