st does log -n1

This commit is contained in:
Tyrel Souza 2023-02-24 23:47:15 -05:00
parent 3d9f886e20
commit 740f2cead7
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
p = push
recent = "!git for-each-ref --format=\"%(committerdate:relative) | %(refname)\" --sort=-committerdate refs/heads | sed '/main/d' | head -n 15" # get the most 10 recent branches worked on
scrum = log --since='1 day ago' --author='Tyrel Souza' --oneline
st = status # alias like `hg st`, because I like st, shorter is nice!
st = "!git log -n 1 && git status" # alias like `hg st`, because I like st, shorter is nice!
tabs = "!git diff --color | sed 's/\t/⌑/g'" # show tabs with ⌑ replacing tabs
v=describe --tags --match 'v*' # show the current version tag