chore(config-files): update SSH client and Git config

Signed-off-by: Andrei Jiroh Eugenio Halili <andreijiroh@madebythepins.tk>
This commit is contained in:
Andrei Jiroh Eugenio Halili 2021-06-19 15:22:16 +08:00
parent b91909dbcd
commit b2762b686c
Signed by: ajhalili2006
GPG Key ID: A30EBE40AD856D88
2 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,11 @@
insteadOf = https://bitbucket.org/
[init]
defaultBranch = main
# aliases
[alias]
change-commits = "!f() { VAR=$1; OLD=$2; NEW=$3; shift 3; git filter-branch --env-filter \"if [[ \\\"$`echo $VAR`\\\" = '$OLD' ]]; then export $VAR='$NEW'; fi\" $@; }; f"
signoff = "commit --signoff"
stage = "add"
unstage = "restore --staged"
stats = "status"

View File

@ -43,6 +43,10 @@ Host bazar.launchpad.net
Host git.divio.com
IdentityFile ~/.ssh/launchpad
User git
Host git.cloudron.io
IdentityFile ~/.ssh/launchpad
User git
Port 6000
# Divio Stuff
Host ssh.black.aldryn.net