mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-25 21:07:32 +00:00
3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
git push --set-upstream origin `git branch | grep \* | sed 's/\* //g'`
|