(no subject)
Jul. 17th, 2024 05:38 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Finally put some of my bashrc and git aliases in a private GitHub repo.
Most recent tweaks:
"g a" for "git add ." and "g a xxxx yyyy" for "git add xxxx yyyy"
"g s" shows staged changes and unstaged changes, in git diff --stat format. (Green/red for changes and blue/magenta for staged! :))
I just now twigged that I could write a "git-a" script to get that effect, without merging bash aliases and got aliases so much.
Most recent tweaks:
"g a" for "git add ." and "g a xxxx yyyy" for "git add xxxx yyyy"
"g s" shows staged changes and unstaged changes, in git diff --stat format. (Green/red for changes and blue/magenta for staged! :))
I just now twigged that I could write a "git-a" script to get that effect, without merging bash aliases and got aliases so much.