index
:
git-branch-list
master
A Git add-on that maintains a list of branches that can be checked out quickly
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-02-21
Add README
v0.0.1
Teddy Wing
2018-02-21
git-branch-list: Remove `$?` from `exit`
Teddy Wing
2018-02-21
git-branch-list: Add a flag to output the program version
Teddy Wing
2018-02-21
Add Bash completion
Teddy Wing
2018-02-21
git-branch-list(is_a_branch): Remove `$?` from `return`
Teddy Wing
2018-02-21
git-branch-list: Update usage to include optional `<branch-name>`
Teddy Wing
2018-02-21
Add license (GNU GPLv3+)
Teddy Wing
2018-02-21
git-branch-list: Add usage output
Teddy Wing
2018-02-20
git-branch-list: Remove obsolete comments
Teddy Wing
2018-02-20
git-branch-list(drop_branch): Remove `sed` backup file
Teddy Wing
2018-02-20
git-branch-list(is_a_branch): Quiet `git rev-parse`
Teddy Wing
2018-02-20
git-branch-list(drop_branch): Allow dropping branches by ID
Teddy Wing
2018-02-20
git-branch-list(checkout_branch): Error if ID is invalid
Teddy Wing
2018-02-20
git-branch-list: Verify ID is an integer before doing `checkout`
Teddy Wing
2018-02-20
git-branch-list(save_branch): Don't add branch if already saved
Teddy Wing
2018-02-20
Add initial draft of `git-branch-list`
Teddy Wing