aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-26Add LICENSEv0.1.0Teddy Wing
2014-12-26README: Update with example & issuesTeddy Wing
2014-12-26git-checkout-history: Print output from `git-checkout`Teddy Wing
2014-12-26utils.go: Rename `OpenRCFile` -> `OpenHistoryFile`Teddy Wing
2014-12-26git-checkout-store: Take arbitrary argumentsTeddy Wing
2014-12-26git-checkout-store: Use Print instead of Println for cmd outputTeddy Wing
2014-12-26git-checkout-store: Print `git checkout` stderr outputTeddy Wing
2014-12-14git-checkout-history: Put duplicated code in utils.goTeddy Wing
2014-12-13utils.go: Extract branch storage filename to a variableTeddy Wing
2014-12-06git-checkout-history: Store branches in checkout historyv0.0.1Teddy Wing
2014-12-06Move branch storage to utils packageTeddy Wing
2014-12-06git-checkout-history: Passing an arg checks out a branchTeddy Wing
2014-12-06git-checkout-history: Output list of branches in historyTeddy Wing
2014-12-06git-checkout-store: Prepend to the branch listTeddy Wing
2014-12-06git-checkout-store: .git-checkout-historyrc -> .git-checkout-historyTeddy Wing
2014-12-06git-checkout-store: Store branch in YAML fileTeddy Wing
2014-12-06git-checkout-store: Create an rc file if it doesn't existTeddy Wing
2014-12-06git-checkout-store: go fmtTeddy Wing
2014-12-06git-checkout-store: Try to output STDOUT from git-checkoutTeddy Wing
2014-12-06git-checkout-store: Run `git checkout` with argumentTeddy Wing
2014-12-06Initial commit.Teddy Wing