Answers for "delete branches gitlab"

0

delete branches gitlab

git branch [<options>] [-r] (-d | -D) <branch-name>

example:
to delete a branch named as aBranch

git branch -D aBranch
Posted by: Guest on January-30-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language