| Age | Commit message (Collapse) | Author | 
 | 
Take the branch parameter and store it in a `branches` array in our YAML
rcfile.
 | 
 | 
Make a `.git-checkout-historyrc` file in the current user's home
directory if the file doesn't exist.
Resources:
- [Path to home
  directory](http://stackoverflow.com/questions/7922270/obtain-users-home-directory)
- [Cross-compilation version](https://github.com/mitchellh/go-homedir)
 | 
 | 
 | 
 | 
Not working. What I want is to output `Switched to branch 'a-branch'`
from git-checkout.
Using the example from: http://golang.org/pkg/os/exec/#Command
 | 
 | 
If an argument is passed in, run `git checkout` using that first
argument to the program.
Currently doesn't accept flags from git-checkout or send output from
git-checkout. Ideally both of those would be supported.
 | 
 | 
* Start of README with an idea for the commands
* Code to grab command line arguments with help from gobyexample.com
 |