Saved Bookmarks
| 1. |
To Delete A Branch What Is The Command That Is Used? |
|
Answer» Once your DEVELOPMENT BRANCH is MERGED into the main branch, you don’t NEED development branch. To DELETE a branch use, the command “git branch –d [head]”. Once your development branch is merged into the main branch, you don’t need development branch. To delete a branch use, the command “git branch –d [head]”. |
|