Nono.MA

Push to the Current Active Git Branch

FEBRUARY 5, 2020

git push origin $(git branch | grep \* | cut -d ' ' -f2)

CodeGit