Git Delete
In this post, we will learn delete operation on git using command line on Ubuntu.
In this post, we will learn delete operation on git using command line on Ubuntu.
Delete local branch
Delete a git local branch named my_branch
git branch -d my_branch
Please write comments if you find anything incorrect, or you want to share more information about the topic discussed above
Comments
Post a Comment