Skip to content

bayardev/git-plus-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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