mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-24 04:29:34 +00:00
3 lines
91 B
Bash
Executable File
3 lines
91 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git push --set-upstream origin `git branch | grep \* | sed 's/\* //g'` |