Skip to content

Maxsteffens/AprenderGIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Olá, nesse projeto você aprenderá alguns comandos do Git

Depois de criado no GITHub o repositório: AprenderGIT

…or create a new repository on the command line

echo "# AprenderGIT" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/Maxsteffens/AprenderGIT.git git push -u origin main

…or push an existing repository from the command line

git remote add origin https://github.com/Maxsteffens/AprenderGIT.git git branch -M main git push -u origin main

…or import code from another repository

You can initialize this repository with code from a Subversion, Mercurial, or TFS project.

sem <> git remote add origin https://github.com/Maxsteffens/AprenderGIT

O github vai pedir para validar acesso do VSCode

o no nosso respositório do Github precisamos dar o push, então git push origin main

para madar pelo termial puro > git add .

git branch -M main git comit - "textoexplicado a baçaca" git push -u origin main vai pedir seu loguin e senha na senha colocar om Token pois nao aceita mais senha Nome expiração vai precisar sempre para mandar

About

Olá, nesse projeto você aprenderá alguns comandos do Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors