proofreading

This commit is contained in:
Julien Palard 2023-12-03 08:31:11 +01:00
parent 79a87884db
commit 57c960aab7
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
4 changed files with 10 additions and 8 deletions

View File

@ -22,6 +22,7 @@
pr = pull --rebase
pull-request = !sh -c \"git fetch upstream pull/${1}/head:pr_${1} && git worktree add ../$(basename $(git rev-parse --show-toplevel))-pr-${1} pr_${1}\"
remote-gh = "!f() { git remote add $1 https://github.com/$1/$(basename $(pwd))/; git fetch $1; }; f"
remote-afpy = "!f() { git remote add $1 git@git.afpy.org:$1/$(basename $(pwd)).git; git fetch $1; }; f"
st = status -s
[init]

View File

@ -4,9 +4,8 @@ index-servers =
testpypi
[pypi]
repository = https://upload.pypi.org/legacy/
username = JulienPalard
username = __token__
# password is fetched from keyring
[testpypi]
repository = https://test.pypi.org/legacy/
username = JulienPalard

View File

@ -1,9 +1,16 @@
ServerAliveInterval=30
ServerAliveCountMax=3
ControlMaster=auto
ControlPath=~/.cache/ssh/%r@%h:%p
ControlPersist=6h
Host *
ForwardAgent yes
Host mobian
HostName 192.168.1.58
User mobian
Host silence
HostName 192.168.1.210
User mdk
@ -12,12 +19,7 @@ Host deb2
HostName deb2.afpy.org
User root
Host 192.168.0.3
ProxyJump root@www.hackinscience.org
Host selene
Hostname localhost
Port 8622
ProxyJump mdk@mdk.fr
Include config.d/*