diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:45:36 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-05-26 00:45:36 +0200 |
| commit | d26a55ee8b520a1ae0fc4c0973d3f9880a5357f8 (patch) | |
| tree | 70048479e9573569dcb0cb35ea86a3116204ea04 /content/notes/git-push-multiple-origins.md | |
| parent | 43b0708769eb61392050045b881f8e6ba39c5b66 (diff) | |
| download | mitjafelicijan.com-d26a55ee8b520a1ae0fc4c0973d3f9880a5357f8.tar.gz | |
Housecleaning
Diffstat (limited to 'content/notes/git-push-multiple-origins.md')
| -rw-r--r-- | content/notes/git-push-multiple-origins.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/notes/git-push-multiple-origins.md b/content/notes/git-push-multiple-origins.md index 929a5dc..5aa5ac7 100644 --- a/content/notes/git-push-multiple-origins.md +++ b/content/notes/git-push-multiple-origins.md | |||
| @@ -14,3 +14,4 @@ multiple push urls to your git config. This is a shorthand for command above. | |||
| 14 | ```sh | 14 | ```sh |
| 15 | git config --global alias.pushall '!sh -c "git remote | xargs -L1 git push --all"' | 15 | git config --global alias.pushall '!sh -c "git remote | xargs -L1 git push --all"' |
| 16 | ``` | 16 | ``` |
| 17 | |||
