Skip to content

malanski/dio-desafio-github-primeiro-repositorio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Desafio de Projeto sobre Git/Github da DIO

DIO Logo

Project Challenge Repository about Git/Gihub from DIO

  • 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