Moves shared helper scripts to the buildroot

This commit is contained in:
João Brázio
2016-05-20 02:25:13 +01:00
parent 61de6daf1d
commit 14652bb141
11 changed files with 0 additions and 0 deletions

3
buildroot/share/git/firstpush Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
git push --set-upstream origin `git branch | grep \* | sed 's/\* //g'`