Skip to content

Commit

Permalink
feat(git): use diff-so-fancy for diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Jan 8, 2020
1 parent fe441a1 commit d634c71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/git/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[user]
email = elias.norrby@gmail.com
name = Elias Norrby
[core]
pager = diff-so-fancy | less --tabs=4
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches
extend = commit --amend --no-edit
Expand Down
1 change: 1 addition & 0 deletions shell/git/topic.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ git_config:
brew_formulas:
- git
- hub
- diff-so-fancy
# git-flow-avh

0 comments on commit d634c71

Please sign in to comment.