/git-up

A module for incrementing git repos version numbers easilly

Primary LanguageShell

Install

sudo git clone https://github.com/peledies/git-up.git /opt/git-up

Create Symbolic Link to git-up

ln -s /opt/git-up/git-up /usr/local/bin/git-up

Updating

cd /opt/git-up && sudo git pull && cd -