This repository has been archived on 2025-12-23. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Marlin_FB4S/Marlin/scripts/firstpush
2016-04-18 21:18:35 -07:00

3 lines
91 B
Bash
Executable File

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