Skip to content

Commit

Permalink
Merge pull request #31 from martiansideofthemoon/my-code-fix
Browse files Browse the repository at this point in the history
Adding force delete a branch
  • Loading branch information
arslanbilal committed Nov 25, 2015
2 parents 0623cd0 + d38da27 commit 2050aa3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ $ git branch --track <new-branch> <remote-branch>
$ git branch -d <branch>
```

#####Force delete a local branch:
<em><sub>You will lose unmerged changes!</sub></em>
```
$ git branch -D <branch>
```

#####Mark the current commit with a tag:
```
$ git tag <tag-name>
Expand Down

0 comments on commit 2050aa3

Please sign in to comment.