A git workshop
- clone this repo
- make a new branch
mkdira new folder in this branchcdyour new folder namesubl README.mdin that folder- you can use an
markdown tag - fork the codefellows repo on github to your own user account
git remote addYOURUSERNAME https://github.com/YOURUSERNAME/git-workshopgit remote -vto 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!