All Projects → ruyadorno → git-bc

ruyadorno / git-bc

Licence: MIT license
Git plugin to interactively list branches and checkout

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to git-bc

shod-old
hybrid (floating and tiling) tabbed window manager
Stars: ✭ 56 (-5.08%)
Mutual labels:  unix
connect-or-cut
Simple network sandbox for Unix and Windows
Stars: ✭ 19 (-67.8%)
Mutual labels:  unix
sun
Simple library and application that shows sunset and sunrise based on your latitude,longitude
Stars: ✭ 23 (-61.02%)
Mutual labels:  unix
john-carmack-plan
An archive of John Carmack’s .plan files in readable markdown format
Stars: ✭ 113 (+91.53%)
Mutual labels:  unix
lobase
Port of the OpenBSD userland to Linux.
Stars: ✭ 89 (+50.85%)
Mutual labels:  unix
mican
🍊 A simple Unix shell written in Rust
Stars: ✭ 48 (-18.64%)
Mutual labels:  unix
dotfiles
🍁 dotfiles || plain text configuration files for my linux system
Stars: ✭ 53 (-10.17%)
Mutual labels:  unix
book-note
📖 book note,读书笔记
Stars: ✭ 21 (-64.41%)
Mutual labels:  unix
polybar-bluetooth
A fully functional bluetooth module for polybar
Stars: ✭ 59 (+0%)
Mutual labels:  unix
RCCpp-DearImGui-GLFW-example
Add Runtime Compiled C++ to the Dear ImGui example using the GLFW and OpenGL backend - with power saving
Stars: ✭ 61 (+3.39%)
Mutual labels:  unix
wildpwn
unix wildcard attacks
Stars: ✭ 119 (+101.69%)
Mutual labels:  unix
21sh
UNIX shell - a simple command-line interpreter
Stars: ✭ 16 (-72.88%)
Mutual labels:  unix
FreeBSD-Ask
FreeBSD 教程——FreeBSD 从入门到跑路。
Stars: ✭ 113 (+91.53%)
Mutual labels:  unix
chmod-stego
A PoC on passing data through UNIX file privilege bits (RWX Triplets)
Stars: ✭ 23 (-61.02%)
Mutual labels:  unix
timebox
A timer script for Windows/Linux/Unix/macOS to practice timeboxing (the time management technique)
Stars: ✭ 42 (-28.81%)
Mutual labels:  unix
coreutils
Core utils re-implementation for UNIX/UNIX-like systems written in Rust
Stars: ✭ 96 (+62.71%)
Mutual labels:  unix
mg
OpenBSD Mg editor. Portable Public Domain Micro Emacs for *BSD, Cygwin, Linux, Mac OS X.
Stars: ✭ 99 (+67.8%)
Mutual labels:  unix
daemonize-me
Rust library to ease the task of creating daemons
Stars: ✭ 34 (-42.37%)
Mutual labels:  unix
torgo
A UNIX-like Non-GNU command line toolkit
Stars: ✭ 44 (-25.42%)
Mutual labels:  unix
tetris
Micro Tetris™, based on the 1989 IOCCC Obfuscated Tetris by John Tromp
Stars: ✭ 98 (+66.1%)
Mutual labels:  unix

git-bc

NPM version Build Status

Git plugin to interactively list branches and checkout

git-bc example image

git branch + git checkout in a single, convenient command.

Install

Install it using npm:

npm install -g git-bc

Usage

Run the command:

git bc

This will list all available branches for your repo in a interactive list, just hit ENTER to checkout whatever branch you select.

Options

  • git bc -a List all available branches
  • git bc -r List remote branches only
  • git bc -h Shows help message

License

MIT © Ruy Adorno

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].