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
- Host: GitHub
- URL: https://github.com/saulojustiniano1/aprendendo-git
- Owner: saulojustiniano1
- Created: 2022-04-06T20:00:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T20:15:41.000Z (about 4 years ago)
- Last Synced: 2025-01-18T15:51:14.091Z (over 1 year ago)
- Topics: git, github, github-config
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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