gas – manage your git author accounts

Description

Gas is a utility to keep track of your git authors. Add them to gas and switch at any time. Great if you use one author at work and one at home for instance.

Installation

The best way to install gas is with RubyGems:

$ [sudo] gem install gas

You can install from source:

$ cd gas/
$ bundle
$ rake install

Running

Default task is to list authors

$ gas
$ gas list

This lists the authors that are set up.

To add a author use, add

$ gas add walle "Fredrik Wallgren" [email protected]

And the main usage, use

$ gas use walle

To delete it again use, delete

$ gas delete walle

View gas -h to see all options.