Юра@ac6698b4c34e654 MINGW32 / (master)
$ cd c/my_git_project3/Experimental-classrooms
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git add .
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git commit
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git commit -m "This first example text file"
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git push origin master
Username for 'https://github.com': https://github.com/Jurmv2/Experimental-classrooms
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/Jurmv2/Experimental-classrooms/'
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git commit -m "first commit"2git commit -m "first commit"2
error: pathspec 'commit' did not match any file(s) known to git.
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git commit -m "first commit"2
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git commit -m "first2 commit"
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git remote add origin https://github.com/Jurmv2/Experimental-classrooms
fatal: remote origin already exists.
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git add Experimental-classrooms
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
Юра@ac6698b4c34e654 MINGW32 /c/my_git_project3/Experimental-classrooms (master)
$