Git: use jump server

This commit is contained in:
Cat /dev/Nulo 2023-05-15 08:27:31 -03:00
parent b969e281ce
commit d613617eb4

8
Git.md
View file

@ -33,3 +33,11 @@ git log -S <string> archivo
``` ```
git clean git clean
``` ```
## Usar jump server
Sirve para [[Internet censurado en escuelas con Plan Sarmiento]]
```
GIT_SSH_COMMAND="ssh -J ubuntu@10.0.0.1:993" git pull
```