Added index.html
Changed index.html
Added style.css
git config --global user.name "Chris Sevilleja"
git config --global user.email "chris@scotch.io"
git config --global user.name "Chris Sevilleja"
git config --global user.email "chris@scotch.io"
git initWorking Files
Staging Area
Final Commit
git status
# add all
git add <filename>
# add all
git add -Agit log
Your Computer
Private Key
Server
Public Key
ssh-keygen -t rsa -C "chris@scotch.io"Master Branch
New Feature Branch
Merge
git branchgit branch my-branchgit checkout my-branchgit branch -d my-branchgit merge my-branch
When git can't automatically merge two branches.
Easy to fix.