Skip to content

amandafdantas/ajuda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

* Passo a Passo Git e GitHub *

1- criar a pasta > mkdir nome-da-pasta
2- entrar na pasta > cd nome-da-pasta
3- iniciar o repositório > git init
4- criar o arquivo > touch index.html
5- faz as alterações no arquivo
6- verificar status do arquivo > git status
7- adicionar arquivo > git add index.html
8- commitar as alterações > git commit -m "Adicionando"
9- criar repositório no github > New repository
10-copiar os comandos > git remote add origin https://github.com/amandafdantas/nome-do-repositorio.git
> git push -u origin master
11-daqui em diante > git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published