index
:
git-checkout-history
master
Stores history of git branches recently checked out and provides a way to quickly return to those branches
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-01-11
Merge branch 'checkout-history-without-storage-file-bug'
v0.1.1
Teddy Wing
2015-01-11
utils.go: Change error message when no history file
Teddy Wing
2015-01-06
Merge branch 'bash-completion'
Teddy Wing
2015-01-06
README: Add information about shell completion
Teddy Wing
2015-01-06
Add patch for git-completion.bash
Teddy Wing
2014-12-26
README: Add installation instructions
Teddy Wing
2014-12-26
Add LICENSE
v0.1.0
Teddy Wing
2014-12-26
README: Update with example & issues
Teddy Wing
2014-12-26
git-checkout-history: Print output from `git-checkout`
Teddy Wing
2014-12-26
utils.go: Rename `OpenRCFile` -> `OpenHistoryFile`
Teddy Wing
2014-12-26
git-checkout-store: Take arbitrary arguments
Teddy Wing
2014-12-26
git-checkout-store: Use Print instead of Println for cmd output
Teddy Wing
2014-12-26
git-checkout-store: Print `git checkout` stderr output
Teddy Wing
2014-12-14
git-checkout-history: Put duplicated code in utils.go
Teddy Wing
2014-12-13
utils.go: Extract branch storage filename to a variable
Teddy Wing
2014-12-06
git-checkout-history: Store branches in checkout history
v0.0.1
Teddy Wing
2014-12-06
Move branch storage to utils package
Teddy Wing
2014-12-06
git-checkout-history: Passing an arg checks out a branch
Teddy Wing
2014-12-06
git-checkout-history: Output list of branches in history
Teddy Wing
2014-12-06
git-checkout-store: Prepend to the branch list
Teddy Wing
2014-12-06
git-checkout-store: .git-checkout-historyrc -> .git-checkout-history
Teddy Wing
2014-12-06
git-checkout-store: Store branch in YAML file
Teddy Wing
2014-12-06
git-checkout-store: Create an rc file if it doesn't exist
Teddy Wing
2014-12-06
git-checkout-store: go fmt
Teddy Wing
2014-12-06
git-checkout-store: Try to output STDOUT from git-checkout
Teddy Wing
2014-12-06
git-checkout-store: Run `git checkout` with argument
Teddy Wing
2014-12-06
Initial commit.
Teddy Wing