diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2015-06-19 09:48:03 +0200 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2015-06-19 09:48:03 +0200 |
| commit | 9952c71b73a34974e061f806b9a12c9a702c1814 (patch) | |
| tree | c14278ca82948bae2523f5101f78f5f3f52a209b /gitconfig | |
| parent | d3be39a92e60bdfc63cd08f882b9b95c0db9496e (diff) | |
| download | dotfiles-9952c71b73a34974e061f806b9a12c9a702c1814.tar.gz dotfiles-9952c71b73a34974e061f806b9a12c9a702c1814.zip | |
git: fixed tab and added the `vader` alias
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,12 +8,13 @@ whitespace = trailing-space,space-before-tab [help] - autocorrect = 1 + autocorrect = 1 [alias] a = commit -a down = pull --rebase --stat fork = !git fetch upstream && git merge upstream/$1 + vader = push --force [push] default = matching |
