This website requires JavaScript.
Explore
Help
Sign In
Mikkel
/
septum-mec
Watch
1
Star
0
Fork
You've already forked septum-mec
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ffdf5a4853
septum-mec
/
scripts
/
git_push_batch
8 lines
87 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
for
(
(
n
=
$1
;
n>0
;
n-
=
1
)
)
do
git push origin HEAD~
$n
:master
done
git push
Reference in New Issue
View Git Blame
Copy Permalink