Skip to content

Commit

Permalink
fix: remove alias configuration because we are in utc
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Sep 6, 2023
1 parent 9073244 commit 12fbd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/alias.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
ignore = "!gi() { curl --tlsv1.3 -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi"
prune-branches = "!git remote prune origin && git branch -vv | grep ': gone]' | awk '{print $1}' | xargs -r git branch -D"
project = "!which onefetch && onefetch; which tokei && tokei"
ci = "!git commit -vv"
ci = "commit"

0 comments on commit 12fbd3b

Please sign in to comment.