Skip to content

Instantly share code, notes, and snippets.

View alxroots's full-sized avatar
🎯
Focusing

Alex Sousa alxroots

🎯
Focusing
View GitHub Profile
@alxroots
alxroots / gist:c541a8d477b6d6baaf940add3ce7f0ec
Created September 25, 2020 10:36
GitHub - OnlyForBeginners
#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)