This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#GitHub - StepbyStep | |
1 - Creating acc on website GitHub | |
2 - Downloading Git from Git website | |
3 - Creating a folder to make it as a repository | |
4 - On terminal get into to that folder (I named it GitRepos) | |
5 - Once inside of the folder type the command git init. | |
6 - After that type the command git init (it initialise a sync process). | |
7 - As a test I put this file inside of that folder and again typed git status. | |
8- It will show you a message that there is a file untracked (it means not committed yet) |