https://github.com/shadowhand/git-switchbranch
Fast Branch Switching for Git
https://github.com/shadowhand/git-switchbranch
Last synced: 3 months ago
JSON representation
Fast Branch Switching for Git
- Host: GitHub
- URL: https://github.com/shadowhand/git-switchbranch
- Owner: shadowhand
- License: mit
- Created: 2015-02-07T17:42:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T19:31:45.000Z (about 7 years ago)
- Last Synced: 2025-04-09T20:06:11.444Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# git-switchbranch
Quickly switch branches in Git. Also makes it easy to checkout branches on a remote. Can be aliased for even faster access:
```bash
git config --global alias.sb switchbranch
```## Screenshot

## Examples
```bash
git switchbranch
git switchbranch -r origin
git switchbranch -a
```