An open API service indexing awesome lists of open source software.

https://github.com/saulojustiniano1/aprendendo-git

📥Aprendendo a usar o git
https://github.com/saulojustiniano1/aprendendo-git

git github github-config

Last synced: 2 months ago
JSON representation

📥Aprendendo a usar o git

Awesome Lists containing this project

README

          

# Aprendendo Git e GitHub

### Git
* 1ª git init (iniciar o repositório git)
* 2ª git add (nome do arquivo) | ("." para todos os arquivos)
* 3ª git commit -m "nome do commit"
* 4ª git push (mandar do repositório local para o repositório em nuvem)
* Extras: git status