https://github.com/malanski/dio-desafio-github-primeiro-repositorio
Desafio de Projeto sobre Git/Github
https://github.com/malanski/dio-desafio-github-primeiro-repositorio
digital-innovation-one dio dio-bootcamp git github-config markdown tqi
Last synced: about 2 months ago
JSON representation
Desafio de Projeto sobre Git/Github
- Host: GitHub
- URL: https://github.com/malanski/dio-desafio-github-primeiro-repositorio
- Owner: malanski
- Created: 2022-05-19T23:54:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T06:59:23.000Z (about 4 years ago)
- Last Synced: 2025-01-12T23:30:02.967Z (over 1 year ago)
- Topics: digital-innovation-one, dio, dio-bootcamp, git, github-config, markdown, tqi
- Homepage:
- Size: 635 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Desafio de Projeto sobre Git/Github da DIO

# Project Challenge Repository about Git/Gihub from [DIO](https://web.dio.me)
- Bootcamp at Digital Innovation One
- Instructor Git/Github: Venilton Falvo Jr (Tech Lead DIO)
### TQI Fullstack Developer
### Course Introduction
Enhance your Git knowledge with a hands-on project challenge where you'll walk through all the steps to create, update, and sync a repository on GitHub. For this, keep in mind all the tips and guidelines presented by the expert in the classes. That way, you can share your notes and exercises in your own repository. Thus creating the first (of many) projects in your portfolio
#### Documentation Journal
- Create a Github remote repository
- Create a README documentation on github using markdown
- Commit the README via Github
- Git Clone the remote repository on your local machine
`git clone ...`
- Authenticate github login
- Enter the cloned repository
`cd dio-desafio-github-primeiro-repositorio`
- Create a new folder with a file
`mkdir ...`
`echo > hello.txt`
- Chech the status
`git status`
- Add those untracked files with
`git add .`
- Commit it with
`git commit -m "add documentation from Git/github course"`
## Certifications