Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 677 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 677 Bytes

Git++ - Bash Git Helper

git++ help you to do repetitive git tasks quiqkly

Installation

(unix systems)

# you can clone the repo wherever you want, but may be /opt is the best place ?
cd /opt
git clone https://github.com/bayardev/git-plus-plus.git
ln -s /opt/git-plus-plus/git++ /usr/local/bin/git++

Usage

For usage, see the doc usage page

For a full list of doc pages, see the doc index

Requirements

  • git no kidding ! ;)
  • bash >=4.2
  • sed (GNU sed)
  • coreutils (GNU coreutils)

License

git++ is licensed under the MIT License - see the LICENSE file for details