Sha256: e1973bf6ef1b205f023f35652483edad5c011acdb90333a933fd4a59e0266ecf
Contents?: true
Size: 1.05 KB
Versions: 6
Compression:
Stored size: 1.05 KB
Contents
= my_scripts by: Arvicco url: http://github.com/arvicco/my_scripts == DESCRIPTION: A collection of simple scripts/commands used to save time and avoid memorizing/ retyping chains of boilerplate console commands and their arguments. Packaged as a gem to make it easily available everywhere without the need to set up paths, environments and all such nonsense... == FEATURES/PROBLEMS: This project is quite new, so it's probably not ready for prime time just yet... == SYNOPSIS: Save the result of all your project-related work with one command. It adds all new files to git VCS, commits all changes with a timestamped message, opionally bumps up version and pushes to remote VCS repository(-ies). If first arg is a number, it is treated as bump directive: 1 - bump:patch, 10 - bump:minor, 100 - bump:major. Otherwise all arguments are treated as part of commit message: $ gitcp [BUMP] Commit message goes here == INSTALL: $ sudo gem install my_scripts == LICENSE: Copyright (c) 2009 Arvicco. See LICENSE for details.
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
my_scripts-0.0.7 | README.rdoc |
my_scripts-0.0.6 | README.rdoc |
my_scripts-0.0.4 | README.rdoc |
my_scripts-0.0.3 | README.rdoc |
my_scripts-0.0.2 | README.rdoc |
my_scripts-0.0.1 | README.rdoc |