mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
3 lines
91 B
Text
3 lines
91 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
git push --set-upstream origin `git branch | grep \* | sed 's/\* //g'`
|