Closed nsoteriou closed 9 years ago
This requires local edits, adds, commits (with log messages) -- the first solo local git workflow: $ git status $ git init/clone $ git status ( $ git push later) [edits] $ git status $ git add . $ git commit - m "added some code + contact" $ git status $ git log
I want to work on branching soon
=> Ideal commit messages include:
Branching will soon be added, so that we can speak to dev, qa and prod branches in a single repo.
This is great!
I look forward to redesigns... <3
This requires local edits, adds, commits (with log messages).
We are OFTEN using $ git status to verify our expectations.
Then, after being locally up-to-date with git, update REMOTE github rep with:
$ git push