Created
March 9, 2022 16:12
-
-
Save monkpit/b35b276436f8258ba485a6f850f42eae to your computer and use it in GitHub Desktop.
Force push all repos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env bash | |
# Replace "*" as needed | |
for d in *; do (cd $d; git push -f) &; done; wait |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment