updated gitComandos.txt

This commit is contained in:
2023-01-04 12:57:40 -03:00
parent 6ae21ace01
commit 0c7f92701b
+9 -1
View File
@@ -1,9 +1,16 @@
GIT Librography
git add .
git commit -m "mensagem"
# Enviar mudanças (ambos)
git push origin master
# atualizar arquivos do repositorio remoto para o local
git pull origin master
@Github
# git init
git add .
@@ -24,5 +31,6 @@ git push origin master --force
git remote -v
git remote add github git@github.com:flashlan/Librography.git
# setar multiplos remotes para atualizar com um comando (push)
git remote set-url --add --push origin git@github.com:flashlan/Librography.git