Problem: When I make changes to core files in my Jekyll website and look at the git status
I am mired in modifications to _site
.
Current Solution: A grep on the output of git status --short
with a .git alias.
TIL: git status --short
, and the ability to set an alias for use w/ git
in .gitconfig
(re my alias search, I was only looking for some hand-holding to recall how to do it in zsh)
Searches:
I’m just quickly demonstrating some different tools below (and working on how to do that). Any of these (and non-generative tools) likely could have helped me to a workable solution.
Notice each of these tools (You.com, Perplexity AI, and Phind) allow me to share my results (see the link in the search queries).
Fruitful reply but then ‘confused’ by how I asked about preserving color.
Note: I narrowed the viewing window so the right-column of search results collapsed in this screenshot.Screenshot taken with GoFullPage (distortions possible) at: 2023-06-30 10:20:33
Screenshot taken with GoFullPage (distortions possible) at: 2023-06-30 10:19:59
git status --short | grep -v '_site'
]
Screenshot taken with GoFullPage (distortions possible) at: 2023-06-30 10:19:26