0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 08:08:25 +00:00
MarlinFirmware/Marlin/scripts/firstpush
2016-04-18 21:18:35 -07:00

3 lines
No EOL
91 B
Bash
Executable file

#!/usr/bin/env bash
git push --set-upstream origin `git branch | grep \* | sed 's/\* //g'`