Skip to content

Instantly share code, notes, and snippets.

View dhanushkomari's full-sized avatar
😷
Working from home

Dhanush Komari dhanushkomari

😷
Working from home
View GitHub Profile
@dhanushkomari
dhanushkomari / SENDING_PROJECT_FOLDER_TO_GITHUB.gist
Last active April 28, 2021 11:20
Sending or Publishing a Local project_folder into Github
1. Install the git on local pc.
2. Create a github Account
3. Create a github Repository
4. Copy the Repository URL(you have to paste this url in step d. )
5. Open git bash or Command Prompt or Terminal.
6. Change the path to 'project_folder directory'
7. Write the Following commands.
a. git init
b. git add . (or) git add --all
c. git status