cmd/git_push_all.bat

3 lines
68 B
Batchfile
Raw Normal View History

2021-01-18 21:05:47 +00:00
@echo off
2021-01-14 10:44:24 +00:00
git remote | eval !i "f'git push {x} master %*'" | do_cmd