Skip to content

Commit 83df07a

Browse files
committed
Quote format
1 parent bb7b112 commit 83df07a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/posts/2024-07-03-better-git-shell-aliases.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ They also wouldn't need to risk modifying people's gitconfigs every time Oh-My-Z
5757
By now you can probably see where this is going - these kinds of complex inline git aliases are an antipattern. My `gitconfig` was a mess of shell scripts I could not easily read or understand. Add to that the problem of mixing code and configuration in one file. For the occasional one-off, sure. Fine. Do whatever. But once I got past a certain number of these aliases at a certain complexity, it was time to refactor.
5858

5959
> _Code should live in a place where it's easy to evaluate, execute, and evolve, not in some config strings where you can't do any of those things_.
60+
>
6061
> \- me, having a shower thought
6162
6263
## My solution

0 commit comments

Comments
 (0)