Skip to content

Commit

Permalink
➕ add branches section
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount authored Nov 30, 2020
1 parent 523799a commit 76bd027
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions git.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,10 @@ Set default key
### Add tag to specific commit

git tag -a v[version] [hash] -m "your tag description"

## Branches

### Remove Branches

git branch -d local-branch-name
git remote prune origin

0 comments on commit 76bd027

Please sign in to comment.