Push to multiple origins at once in Git
Sometimes you want to push to multiple origins at once. This is useful if you have a mirror of your repository on another server. You can do this by adding multiple push urls to your git config. This is a shorthand for command above.
git config --global alias.pushall '!sh -c "git remote | xargs -L1 git push --all"'
Other notes
- c Sending signals to C programs
- Download list of YouTube files
- dcss Sane default for Dungeon Crawl Stone Soup Online edition
- Execute not blocking async shell command in C#
- Edsger W. Dijkstra Manuscripts ebook
- dcss Make DCSS playable on 4k displays
- plan9 Compile drawterm on Fedora 38
- AWS EB PyYAML fix
- Making cgit look nicer
- c Calling assembly functions from C
- Sane defaults for tmux with more visible statusbar
- Using ffmpeg to combine videos side by side
- 10/GUI 10 Finger Multitouch User Interface
- dcss Dungeon Crawl Stone Soup - New player guide
- Push to multiple origins at once in Git