aboutsummaryrefslogtreecommitdiffstats
path: root/git-checkout-store/main.go
AgeCommit message (Collapse)Author
2014-12-06git-checkout-store: Run `git checkout` with argumentTeddy Wing
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.
2014-12-06Initial commit.Teddy Wing
* Start of README with an idea for the commands * Code to grab command line arguments with help from gobyexample.com