chore(git): push all remotes

Thanks https://stackoverflow.com/a/18674313
main
sudo pacman -Syu 2023-09-24 22:04:54 +07:00
parent 34f3719922
commit fff663c2da
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ git config --global alias.lg1 "log --oneline"
git config --global alias.me merge
git config --global alias.pl "pull --tags"
git config --global alias.ps push
git config --global alias.psa "!git remote | xargs -L1 git push"
git config --global alias.psaf "!git remote | xargs -L1 git push --force-with-lease"
git config --global alias.psf "push --force-with-lease"
git config --global alias.rank "shortlog -nse --no-merges"
git config --global alias.st status
git config --global alias.sw switch