diff --git a/git/gitconfig.symlink b/git/gitconfig.symlink index 0130447..266f8c0 100644 --- a/git/gitconfig.symlink +++ b/git/gitconfig.symlink @@ -7,7 +7,7 @@ co = checkout s = status --short ss = status - br = branch + br = branch -v # show a pretty log graph lg = log --graph --pretty=oneline --abbrev-commit --decorate # show files that have changed between two branches (git dbr master..branch)