Skip to content

Commit

Permalink
spaces, yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Dec 5, 2023
1 parent d24cd7f commit 0df62a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@
aww = "!. ~/.githelpers && add_wildcard"
uww = "!. ~/.githelpers && reset_wildcard"

sup = "!. ~/.githelpers && current_pulls_into_here"
super = "!. ~/.githelpers && current_pulls_into_here_with_colorful_status"
yolo = !git commit --allow-empty -m \"$(curl -s https://whatthecommit.com/index.txt)\"
[status]
relativePaths = true
[color]
Expand Down Expand Up @@ -129,14 +128,15 @@
[gc]
auto = 0
[filter "lfs"]
clean = git-lfs clean %f
smudge = git-lfs smudge %f
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process
[diff]
renameLimit = 999999
[rebase]
instructionFormat = (%an <%ae>) %s


[advice]
skippedCherryPicks = false
skippedCherryPicks = false

0 comments on commit 0df62a4

Please sign in to comment.