Skip to content

Commit

Permalink
➕ git: show commits since last tag
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount authored May 31, 2021
1 parent 7850162 commit 9b581e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sheets/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ Set default key

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

### Show commits since last tag

git log $(git describe --tags --abbrev=0)..HEAD --oneline

## Branches

### Remove Branches
Expand Down

0 comments on commit 9b581e5

Please sign in to comment.