Skip to content

Commit

Permalink
I wanted this to exist. Now it does
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebman committed Nov 21, 2024
1 parent 26d089b commit 8574c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases/available/jake-aliases.aliases.bash
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ alias unshallow='git unshallow' # re-hydrate a shallow clone
alias unstash='git unstash' # essentially `stash pop`
alias untracked='git untracked' # something morally equivalent to 'status --untracked'
alias yesterday='git yesterday' # 'since yesterday', potentially smarter
alias today='git today' # like yesterday, but more recent. Allowed to be identical to yesterday, though.

# 'Builtin-Shadowing, Duplicating' aliases
# These aliases are builtins that I *definitely* want shadowed all the time.
Expand Down

0 comments on commit 8574c8f

Please sign in to comment.