Autor: Gilberto Toledo
Tutorial completo: Youtube
- Acesso remoto com SSH
ssh root@[SEU_IP]
Autor: Gilberto Toledo
Tutorial completo: Youtube
ssh root@[SEU_IP]
Autor: Gilberto Toledo
Tutorial completo: Youtube
docker network create web
| git config --global alias.a "! git add . && git status" | |
| git config --global alias.aa "! git add . && git add -u . && git status" | |
| git config --global alias.ac "! git add . && git commit" | |
| git config --global alias.acm "! git add . && git commit -m" | |
| git config --global alias.alias "! git config --list | grep 'alias\.' | sed 's/alias\.\([^=]*\)=\(.*\)/\1\ => \2/' | sort" | |
| git config --global alias.au "! git add -u . && git status" | |
| git config --global alias.c "commit" | |
| git config --global alias.ca "commit --amend" | |
| git config --global alias.cm "commit -m" | |
| git config --global alias.co checkout |