Answers for "git how to clear current upstream branch"

1

git delete branch upstream

git push -d <remote_name> <branch_name>
Posted by: Guest on February-25-2021

Code answers related to "git how to clear current upstream branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language