Skip to content

Commit

Permalink
Update git-branch.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz authored Jan 20, 2020
1 parent fd9ccf2 commit ef74b68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion git-branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ git branch -a --merged
List outdated branches that have been merged into the current one.

### Delete a local branch

```bash
git branch -d $branchname
```
Deletes the branch only if the changes have been pushed and merged with remote

Deletes the branch only if the changes have been pushed and merged with remote.

### Delete branch forcefully

Expand Down

0 comments on commit ef74b68

Please sign in to comment.