A git workshop
- clone this repo
- make a new branch
mkdir
a new folder in this branchcd
your new folder namesubl README.md
in that folder- you can use an
![image](http://placekitten.com/200/100)
markdown tag - fork the codefellows repo on github to your own user account
git remote add
YOURUSERNAME https://github.com/YOURUSERNAME/git-workshopgit remote -v
to confirm the two remotes are theregit push your-remote-name your-branch-name
- Visit your fork on GitHub
- Create a Pull Request on github by clicking the button
I will accept or comment on your pull request
And you're DONE!