aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2019-06-25Fix readme for go get git-checkout-historyRobert Massaioli
This is what I needed to do in order to checkout this repository locally. I also used nix-shell, so I set my GOPATH to ~/go from inside the nix-shell environment.
2015-01-11README: Remove known issue about list separation by repoTeddy Wing
This functionality has been implemented as of v0.2.0. It is no longer an issue.
2015-01-06README: Add information about shell completionTeddy Wing
A note and installation instructions for shell completion of `git-checkout-store`.
2014-12-26README: Add installation instructionsTeddy Wing
2014-12-26README: Update with example & issuesTeddy Wing
Fill out the README with some useful information. Include a description, usage example, and a list of issues.
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