This is my personal cheatLab As it goes, all things that I consider essential as I explore the web trying to solve personal issues will be gathered here, much like a blog.
First, this repo has been spawn in github from an already existing git repository on my desktop. Here is the procedure
All online help needed
Necessary commands:
git init
git add .
git commit -m "Initial commit"
git remote add origin git@github.com:user/project.git
git push -u origin master
Other useful commands below: To add and edit main remote link for push
git remote -v #list remote URLs
git remote set-url origin dist://url.git #https|ssh