gitcheckout

A utility to reduce the amount of time it takes to checkout git branches!


License
MIT
Install
pip install gitcheckout==0.2

Documentation

Git Checkout

Quickly checkout your most recent branch!

Installation

Requirements: Python 3.*

wget -L https://git.io/fNfqh -O- | bash

Usage

git ch  # checkout a branch
git mg  # merge a branch into current branch
git dl  # delete branches

# or use the commands directly
gitcheckout checkout
gitcheckout merge
gitcheckout delete

TODO

  • Add GIF
  • Add tests
  • Bash script to install
  • Add delete support
  • Add merge support
  • Remote support