diff options
| author | Blake Romero <blake@blkrom.com> | 2024-10-31 15:24:19 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-10-31 15:24:19 +0000 |
| commit | 563c938b7bea8b11816bd5a03c76895c4b7f6626 (patch) | |
| tree | 0b26686f56ebfb8ce4372145ce85604ec976aa6c /dot-config/git | |
| parent | 09f9ec2368bd6c7da03166dd7f43bffec5a27086 (diff) | |
Add update alias to git
Diffstat (limited to 'dot-config/git')
| -rw-r--r-- | dot-config/git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot-config/git/config b/dot-config/git/config index c291d4c..adb6214 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -6,3 +6,5 @@ name = Blake Romero [commit] verbose = true +[alias] + update = add --update |
