feat: add pushall alias to git configurations and update jetbrains toolbox paths
This commit is contained in:
@@ -23,3 +23,6 @@
|
||||
|
||||
[safe]
|
||||
directory = *
|
||||
|
||||
[alias]
|
||||
pushall = "!f() { for var in $(git remote show); do echo \"pushing to $var\"; git push $var; done; }; f"
|
||||
|
Reference in New Issue
Block a user