From 1e09c36af3f9e47308ae28b6efe6cac603d7fd29 Mon Sep 17 00:00:00 2001 From: flashlan Date: Wed, 4 Jan 2023 12:31:39 -0300 Subject: [PATCH] =?UTF-8?q?addicionado=20comandos.txt=20para=20gerenciar?= =?UTF-8?q?=20v=C3=A1rios=20repositorios=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- comandos git.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 comandos git.txt diff --git a/comandos git.txt b/comandos git.txt new file mode 100644 index 0000000..14674e8 --- /dev/null +++ b/comandos git.txt @@ -0,0 +1,19 @@ +GIT Librography + +@Github +# git init +git add . +git commit -m "mensagem" +git remote -v +git config --global core.compression 0 +git config --global pack.window 1 +git push -u github master + +@Gitea +git push origin master --force + + +- erro de disconnect github push +# git config --global core.compression 0 + +