diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 12:14:02 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 12:14:02 +0100 |
| commit | bf72418844587e32e91d5e83eb566e0f33224541 (patch) | |
| tree | 408ee0a756b89da1addd2cc0b7f76223c0b86abc | |
| parent | 88dc8f62a61dab086c662c4966d2490a6590ba32 (diff) | |
| download | dotfiles-bf72418844587e32e91d5e83eb566e0f33224541.tar.gz dotfiles-bf72418844587e32e91d5e83eb566e0f33224541.zip | |
git: added an alias for "git commit -a"
| -rw-r--r-- | gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ [alias] down = pull --rebase --stat + a = commit -a [push] default = matching |
