-
-
Save jamespantalones/792448a1dea1b976a2d9314a3d67c8e4 to your computer and use it in GitHub Desktop.
Revisions
-
brittharr revised this gist
Oct 25, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ https://github.com/so-fancy/diff-so-fancy `npm install -g diff-so-fancy` https://github.com/git/git/tree/master/contrib/diff-highlight `curl https://raw.githubusercontent.com/git/git/master/contrib/diff-highlight/diff-highlight > ~/bin/diff-highlight && chmod +x ~/bin/diff-highlight` -
brittharr created this gist
Oct 25, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,34 @@ [core] pager = diff-highlight | diff-so-fancy | less -r [alias] st = status ci = commit br = branch co = checkout unstage = reset HEAD -- lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit amend = commit --amend --no-edit pl = pull --rebase [color] ui = auto [color "status"] added = yellow changed = green untracked = cyan [push] default = simple followTags = true [credential] helper = osxkeychain [filter "media"] required = true clean = git media clean %f smudge = git media smudge %f [filter "lfs"] clean = git-lfs clean %f smudge = git-lfs smudge %f required = true [status] submodulesummary = 1 [help] autocorrect = 1 This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ https://github.com/so-fancy/diff-so-fancy `npm install -g diff-so-fancy` https://github.com/git/git/tree/master/contrib/diff-highlight `curl https://raw.githubusercontent.com/git/git/master/contrib/diff-highlight/diff-highlight > ~/bin/diff-highlight && chmod +x ~/bin/diff-highlight`