diff options
-rw-r--r-- | gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,3 +6,11 @@ diff = auto status = auto branch = auto + +[alias] + s = status + d = diff + co = checkout + ci = commit + b = branch + sta = stash |
index : dotfiles | ||
personal dotfiles | Alexander Sulfrian |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | gitconfig | 8 |
@@ -6,3 +6,11 @@ diff = auto status = auto branch = auto + +[alias] + s = status + d = diff + co = checkout + ci = commit + b = branch + sta = stash |