Capturing notes on a recurring conversation with friends
Git
Git clients
Tips & Tricks from Scott Chacon
Setting up an alias
git config --global alias.staash 'stash --all'
- Now when I type
git staash
, this is executed git stash --all
- fyi,
git stash --all
will also stash untracked files. This is more intuitive I think.
Simpler way to separate git configs for groups of repos
You need to add this to the global git config.
…
We’ll look at this from two perspectives, the pull request author, and the reviewer
Some experiments ;)
Something I learnt today. Maybe more than one thing👾Linux infra & logging stuff
Something I learnt today. Maybe more than one thing👾
Obsidian, icloud Notes, Hugo, Git
Something I learnt today. Maybe more than one thing👾
Git commands that I always have to google