-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
17 lines (11 loc) · 731 Bytes
/
README
File metadata and controls
17 lines (11 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This site stores the source code of the blog entries of my website.
The master branch just has a basic rails application generated with the nifty generator gem and a controller that is home. There are several branches that contain different project source codes that can be pulled.
Branches:
* fb_graph_gem - This is a demo of the fb_graph_gem
* fb_graph_cache - This is a demo of caching facebook graph api call results in local database
To get access the branches:
1. Clone the repository
2. List all the remote branches with "git branch -a"
3. Checkout the remote branch:
git checkout -b <created local branch name> <remote branch name>
4. Follow the README after your check out the branch to run the demos