StevieTech / CR-MicroLabs-Git-MyFirstFork

First Git microlab to get people familiarized with git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZCW-Microlabs-Git

  • fork this repository to your personal github account
  • clone your forked repository to your local machine
  • edit the my-name file, by adding your name to the file.
  • git add . your changes to the list of your commited files.
  • git commit -m "added your-name-here" your added files to the list of your staged files.
  • git push your staged files to your remote repository.
  • submit a pull request which compares Zipcoder master to your forked master.

Whats next?

The next lab is located here.

About

First Git microlab to get people familiarized with git