/my_first_steps

Primeiro repositório do Alpha Edtech

Primary LanguageHTML

Questão 1:https://github.com/yanV1e1ra/my_first_steps

Questão 2: $ git init Initialized empty Git repository in C:/Users/yan_1/OneDrive/Documentos/my_fisrt_step/.git/

yan_1@LAPTOP-FFKKP7R7 MINGW64 ~/OneDrive/Documentos/my_fisrt_step (master) $ git remote add origin https://github.com/yanV1e1ra/my_first_steps.git

yan_1@LAPTOP-FFKKP7R7 MINGW64 ~/OneDrive/Documentos/my_fisrt_step (master) $ git add .

yan_1@LAPTOP-FFKKP7R7 MINGW64 ~/OneDrive/Documentos/my_fisrt_step (master) $ git status On branch master

No commits yet

Changes to be committed: (use "git rm --cached ..." to unstage) new file: Readme.MD

yan_1@LAPTOP-FFKKP7R7 MINGW64 ~/OneDrive/Documentos/my_fisrt_step (master) $ git push -u origin master

Questão 3: yan_1@LAPTOP-FFKKP7R7 MINGW64 ~/OneDrive/Documentos/MeusProjetos/my_first_steps (main) $ git status On branch main Your branch is up to date with 'origin/main'.

Untracked files: (use "git add ..." to include in what will be committed) ola_mundo.txt.txt

nothing added to commit but untracked files present (use "git add" to track)

yan_1@LAPTOP-FFKKP7R7 MINGW64 ~/OneDrive/Documentos/MeusProjetos/my_first_steps (main) $ git add .

yan_1@LAPTOP-FFKKP7R7 MINGW64 ~/OneDrive/Documentos/MeusProjetos/my_first_steps (main) $ git commit -m "Adicionando Ola mundo" [main 319ae95] Adicionando Ola mundo 1 file changed, 1 insertion(+) create mode 100644 ola_mundo.txt.txt

yan_1@LAPTOP-FFKKP7R7 MINGW64 ~/OneDrive/Documentos/MeusProjetos/my_first_steps (main) $ git push origin main

Questão 4: serei_ignorado.txt