Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

codefellows/sea-w18-git

Repository files navigation

git-workshop

A git workshop

  • clone this repo
  • make a new branch
  • mkdir a new folder in this branch
  • cd your new folder name
  • subl 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-workshop
  • git remote -v to confirm the two remotes are there
  • git 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!

Releases

No releases published

Packages

No packages published