Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (master) $ git init Reinitialized existing Git repository in C:/Users/Edison Sanchez/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2/.git/
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (master) $ git status On branch master
No commits yet
Untracked files: (use "git add ..." to include in what will be committed) index.html
nothing added to commit but untracked files present (use "git add" to track)
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (master) $ git add .
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (master) $ git comit -m "crea en index" git: 'comit' is not a git command. See 'git --help'.
The most similar command is commit
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (master) $ git remote add origin https://github.com/Eson-jgp/sistema-de-registro-2.git
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (master) $ git remote -v origin https://github.com/Eson-jgp/sistema-de-registro-2.git (fetch) origin https://github.com/Eson-jgp/sistema-de-registro-2.git (push)
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (master) $ git branch -M main
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (main) $ git push -u origin main error: src refspec main does not match any error: failed to push some refs to 'https://github.com/Eson-jgp/sistema-de-registro-2.git'
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (main) $ git push -u origin main error: src refspec main does not match any error: failed to push some refs to 'https://github.com/Eson-jgp/sistema-de-registro-2.git'
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (main) $
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (main) $ git push -u origin main error: src refspec main does not match any error: failed to push some refs to 'https://github.com/Eson-jgp/sistema-de-registro-2.git'
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (main) $
Edison Sanchez@LAPTOP-NAQA4KJ1 MINGW64 ~/OneDrive/Documentos/git-y-github/Sistema-de-Registro-2 (main) $