Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shadowhand/git-switchbranch

Fast Branch Switching for Git
https://github.com/shadowhand/git-switchbranch

Last synced: about 1 month ago
JSON representation

Fast Branch Switching for Git

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

![git-switchbranch](https://camo.githubusercontent.com/b093ac07e3449f5a1cc67b1fd3fbdaec1ed155ac/687474703a2f2f636c2e6c792f696d6167652f32333163317a3158313830712f53637265656e25323053686f74253230323031342d30362d3032253230617425323032312e32392e33362e706e67)

## Examples

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