Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223
Description: Setup GitHub Pages "gh-pages" branch and "master" branch as subfolders of a parent project folder ("grandmaster").
Author: Chris Jacob @_chrisjacob
Tutorial (Gist): https://gist.github.com/833223
| Step B.) Creating a branch (and switching to the new branch in one line (Step 2) | |
| ********** | |
| a.) git checkout -b [name of new branch] | |
| eg. git checkout -b 2012Tryme | |
| git fetch origin [remote-branch]:[new-local-branch] (Pulling a new branch from a remote repository) | |
| b.) follow step 1 | |
| c.) git push origin 2012Tryme | |
| ** will add new branch to the repository on git hub | |
| ********************** | |
| Step A.) Scheduling the addition of all files to the next commit (Step 1) |
#Ruby Monk Notes
##Ruby Primer
Objects and methods