Skip to content

Instantly share code, notes, and snippets.

View lotosotol's full-sized avatar
🏠
Working from home

lotos lotosotol

🏠
Working from home
View GitHub Profile
@lotosotol
lotosotol / Add_Existing_Project_To_Git.md
Created January 23, 2019 04:08 — forked from alexpchin/Add_Existing_Project_To_Git.md
Add Existing Project To Git Repo

#Adding an existing project to GitHub using the command line

Simple steps to add existing project to Github.

1. Create a new repository on GitHub.

In Terminal, change the current working directory to your local project.

##2. Initialize the local directory as a Git repository.

git init
@lotosotol
lotosotol / .gitignore
Last active December 4, 2018 20:57 — forked from gergelyke/.gitignore
.gitignore file example (template)
# Logs
logs
*.log
npm-debug.log*
# Runtime data
pids
*.pid
*.seed