Disable git auto guessing email addresses
This commit is contained in:
parent
4b963e97d7
commit
ff52318032
1 changed files with 6 additions and 3 deletions
9
how_to
9
how_to
|
@ -1092,9 +1092,12 @@ Check for available package updates with Arch/Artix:
|
||||||
sudo pacman -S pacman-contrib
|
sudo pacman -S pacman-contrib
|
||||||
checkupdates
|
checkupdates
|
||||||
|
|
||||||
Git push and pull using different URL/protocols:
|
Git:
|
||||||
# https://www.scivision.dev/git-pull-https-push-ssh/
|
Git push and pull using different URL/protocols:
|
||||||
git config url."git@example.org:user/".pushInsteadOf "https://example.org/user/"
|
# https://www.scivision.dev/git-pull-https-push-ssh/
|
||||||
|
git config url."git@example.org:user/".pushInsteadOf "https://example.org/user/"
|
||||||
|
Prevent git from trying to auto-detect user name and email:
|
||||||
|
user.useConfigOnly = true
|
||||||
|
|
||||||
Setup a midi synth:
|
Setup a midi synth:
|
||||||
# http://www.tedfelix.com/linux/linux-midi.html
|
# http://www.tedfelix.com/linux/linux-midi.html
|
||||||
|
|
Loading…
Reference in a new issue