You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
301 B
19 lines
301 B
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
|
|
|
|
|
|
|