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

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

Awesome Lists containing this project

README

          

Desafio de Projeto sobre Git/Github da DIO

DIO Logo

# 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)


Github Intro Course badge
Bootcamp Badge
Create Repository Course badge


### 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


Github Intro Course certification
Create REpository Course certification