Git: use jump server
This commit is contained in:
parent
b969e281ce
commit
d613617eb4
1 changed files with 8 additions and 0 deletions
8
Git.md
8
Git.md
|
@ -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
|
||||||
|
```
|
||||||
|
|
Reference in a new issue