Metadata-Version: 2.1
Name: ginteract
Version: 1.0.0
Summary: An interactive Git client!
Home-page: https://github.com/jsmith/ginteract
Author: Jacob Smith
Author-email: jacob.smith@unb.ca
License: MIT
Description: # Git Checkout
        An interactive Git client!
        
        <a href="https://asciinema.org/a/ByGs7AeXHOlUMIKMjHmM7N9k5" target="_blank"><img src="https://asciinema.org/a/ByGs7AeXHOlUMIKMjHmM7N9k5.png" /></a>
        
        ## Installation
        Requirements: Python 3.*
        
        Run this scripts https://git.io/fNfqh:
        ```
        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
        ginteract checkout
        ginteract merge
        ginteract delete
        ```
        
        ## TODO
        - [x] Add GIF
        - [x] Add tests
        - [x] Bash script to install
        - [x] Add delete support
        - [x] Add merge support
        - [ ] Remote support
Platform: UNKNOWN
Description-Content-Type: text/markdown
