aboutsummaryrefslogtreecommitdiffstats
path: root/git-checkout-store/main.go
AgeCommit message (Expand)Author
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-06Move branch storage to utils packageTeddy 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