GitHub Beginner

2018-09-10 11:05:41 github-beginner

I am no stranger to GitHub but I don't use it often enough to remember the commands. I'll bet I'm not the only one! Anyway, I'll be doing more commits these days so here's some notes.
Existing Project

Commit in root dir: git add -A && git commit -m "Update notes"
Push to GitHub: git push origin master

New Project

Startup new project: git init
Same commit command: git add -A && git commit -m "Update notes"
At GitHub go to your menu and hit Repositories - New - and fill in the blanks
Then at the website they will give you further instructions to put in the cli

 

Card image cap
Gadgets

Gadgets which do interesting things using web tech.

View Gadgets
Card image cap
Projects

View some of Dream Gears completed projects.

View Projects
Card image cap
News Archive

Many articles of interest on software and computing.

View Archive