Git Bash
Git Bash
com")
( git config --global user.name"vatsgoyal27")
Confirm. = Empty
5.Create the remote connection( git remote add *name* *the link given by the repo
on GitHub*)
Confirm. = Repeat step twice. Second time:
fatal: remote *name* already exists.
______________________________
2.
______________________________
6.Push the gitHub files to the repository by master(git push -u github master)
Confirm. =
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 4 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 2.65 KiB | 678.00 KiB/s, done.
Total 5 (delta 0), reused 0 (delta 0), pack-reused 0
To https://github.com/vatsgoyal27/Tic-Tac-Toe-Game/
* [new branch] master -> master
Branch 'master' set up to track remote branch 'master' from 'github'.
(Almost the same. Look for the last line which is the most important)
7.Copy and Paste the link in step 5 on google. This opens the repository u created!
Confirm. = The site will open and the files u added will be listed
8. Copy and send the link to WhiteHat.
9033098857