Bash reference page
https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html for quick referencing
Bash Reference Manual
Bash Reference Manual
3 Replies
For anyone interested in Bash, this is the .bashrc I've been adding to for the last 15 years: https://github.com/dysbulic/tip/blob/master/config/bash
There's lots of different commands in there. Probably the one I use the most is:
This lets me type
t this is my commit message
& it'll do a git
commit.
That & before I run that, I'll run
Which shows me all the changes that're going to be committed with git commit -a
.would you mind if I share this at other places?
Not at all.