2019-07-20 09:21:10 -04:00
2019-07-20 09:21:10 -04:00
2019-07-13 07:22:10 -04:00
2019-01-22 23:16:50 -05:00
2019-07-20 09:21:10 -04:00
2019-07-13 15:31:43 -04:00
2017-09-20 22:33:13 -04:00
2018-11-04 17:49:42 -05:00
2019-07-14 11:57:06 -04:00
2019-07-14 11:57:06 -04:00
2019-03-18 19:17:27 -04:00
2017-11-15 14:32:45 -05:00
2019-03-18 19:17:27 -04:00
2019-03-18 19:17:27 -04:00

Introduction

This is a collection of simple command-line scripts, bash aliases, and bash utilities that make using git even easier.

The command-line scripts include:

  • feature - make working with feature branches easier
  • release- make working with release branches and tags easier
  • xgrep- make using git-grep easier
  • xfind- make using find easier

The command-line scripts are written in Ruby 2.x using just the standard libraries and do not require any gems to be installed. For OS X users, these should just work out-of-box.

The bash utilities come directly from the git source contrib and include:

Installation

Clone the repository

mkdir -p ~/GitHub/rkiel && cd $_
git clone https://github.com/rkiel/git-utilities.git

To update your .bash_profile and .bashrc.

cd ~/GitHub/rkiel/git-utilities
./install/bin/setup --user $USER

Documention

Description
Collection of simple scripts & aliases to make life with git even easier
Readme 224 KiB
Languages
Shell 68%
Ruby 26.7%
JavaScript 5.3%