Steps:
- Make a new directory called "git lab"
- Initialize a new repo in this directory
- Create a file called "git_cheatsheet.md"
- List all of the git commands you can remember and what you think they do in this file
- Add and commit your changes
- Create a new repo called git_lab on github
- Connect your github repo to your local repo
- (Hint: Github will give you directions on how to do this when you create a new repo)
- Push your local repo to your github repo
- Add and commit a change through the github website
- Pull down this change to your local repo
Bonus:
- Create a new branch on your local repo
- Add a new file called hello.rb and write some ruby code here
- Add and commit the changes on this branch
- Merge this branch into master and push to github
- Create another new branch and add some more code to hello.rb
- Add and commit your changes
- Push this new branch to github
- Submit a Pull Request to yourself, and merge your new changes in via github