diff --git a/git/gitconfig b/git/gitconfig index bc6843d..28da453 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -42,8 +42,11 @@ d = diff dc = diff --cached s = status -s - co = checkout - cob = checkout -b + # TODO: drop when ready + # co = checkout + # cob = checkout -b + sw = switch + swc = switch -c # list branches sorted by last modified b = "!git for-each-ref --sort='-authordate' --format='%(authordate)%09%(objectname:short)%09%(refname)' refs/heads | sed -e 's-refs/heads/--'" # list aliases