GitXplorerGitXplorer
n

git_checkin

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
10dffe247a3c63c56c2812c86d6f63658f24e6f4

giving credit to schubert

committed 15 years ago
Unverified
48a399016854674b5107faae20ef12a303c83913

updated readme

committed 15 years ago
Unverified
bc75880731653ae004f549ef3ee14cefc5911452

changed the key namespace

committed 15 years ago
Unverified
692ae142936a4c7d37f5c4fb7ee4ed4578307670

updating readme

committed 15 years ago
Unverified
ff15a9f7138f61587d57df59f942e57859103e57

forgot to import the ci file

committed 15 years ago
Unverified
f79ddf155c96b361612ec5cfb7dc7162fa0c8c63

updated readme

committed 15 years ago

README

The README file for this repository.

a set of rake tasks that will run tests, commit, pull, re-run tests, and push

sample usage:

when you are ready to check in:

git add . -u #add all existing changes (-u removes any missing files) git diff --cached | mate #be a good developer and check your changes ./ci Enter your card number: Enter a description of what you worked on: Enter your pair name: (these three values will be persisted for you for future check-ins)

The ci script will then try to pull(and auto merge if possible) migrate run unit/functional/integration tests, if it passes your changes will be committed with the details you entered. The script will then pull again and rerun tests if there were any changes and then push your changes.

This is based on scripts by http://github.com/schubert