Skip to content

Instantly share code, notes, and snippets.

@0del
Created June 9, 2021 15:54
Show Gist options
  • Save 0del/a0393e2e476d057700e71898ae2fb22c to your computer and use it in GitHub Desktop.
Save 0del/a0393e2e476d057700e71898ae2fb22c to your computer and use it in GitHub Desktop.
git_push auto script file
parse_git_branch() {
git symbolic-ref HEAD 2>/dev/null | cut -d"/" -f 3
}
git push origin $(parse_git_branch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment