Skip to content

Instantly share code, notes, and snippets.

View KenBonny's full-sized avatar
🤔
Wondering why this code doesn't work

Ken Bonny KenBonny

🤔
Wondering why this code doesn't work
View GitHub Profile
@KenBonny
KenBonny / git-personalisation
Last active October 5, 2023 13:44
Custom Git config
git config --global core.editor "code --wait"
# make vs code the default diff tool
git config --global diff.tool vscode
git config --global difftool.vscode.cmd 'code --wait --diff $LOCAL $REMOTE'
# make vs code the default merge tool
git config --global merge.tool vscode
git config --global mergetool.vscode.cmd 'code --wait $MERGED'
# set user preference
git config --global user.name "Ken Bonny"
git config --global user.email "github@ken.morethancode.be"

Keybase proof

I hereby claim:

  • I am KenBonny on github.
  • I am kenbonny (https://keybase.io/kenbonny) on keybase.
  • I have a public key whose fingerprint is D0FE 42E1 D4DC ACED DB0A F3C2 511A C015 5B8C 229C

To claim this, I am signing this object: