Giter Club home page Giter Club logo

gitpaid's Introduction

rcrowley's home

This repository is meant to be my home directory, which, if you're not provisioning systems with Puppet code that does this for you, is a slightly awkward thing to accomplish. I do roughly the following with new boxen:

cd
git init
git remote add "origin" "git://github.com/rcrowley/home.git"
git remote update "origin"
git pull "origin" "master"

gitpaid's People

Contributors

rcrowley avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

gitpaid's Issues

Argument parsing regression

Your most recent commit breaks everything on OS X. I did a bisect from a known good state.

$ gpinvoice -b hiv
0: /Users/scollins/bin/gpinvoice
Usage: gpinvoice [-r<repo>] -b<branch>
  -r repository path (default ~/.gitpaid)
  -b branch name
  -h show this help message
[11:54][[email protected] gitpaid] 
$ git bisect start
[11:55][[email protected] gitpaid] 
$ git bisect good aed9cd068ef3fcac8b0afa1974a1dcdd1843fc21
[11:55][[email protected] gitpaid] 
$ git bisect bad HEAD
b3078f4c3b41945b9add90c5f8c2bb8c46ac70fb is the first bad commit
commit b3078f4c3b41945b9add90c5f8c2bb8c46ac70fb
Author: Richard Crowley <[email protected]>
Date:   Wed Aug 3 15:24:13 2011 +0000

    Require -b argument.

:040000 040000 9187d682318d00cf3d2a1797b2fbc74777b2482b dd155f11ba3f51f1e5597ac5f7b269e4f3174efb M  lib

[11:55][[email protected] gitpaid] 
$ git checkout 290839019462f1f4e08b518ad5be5543359dffa4
Previous HEAD position was b3078f4... Require -b argument.
HEAD is now at 2908390... More complete example.
[11:57][[email protected] gitpaid] 
$ make install prefix=~/
install -d /Users/scollins//bin
install bin/gpbegin bin/gpend bin/gpinvoice /Users/scollins//bin/
install -d /Users/scollins//lib
install -m644 lib/gp.sh /Users/scollins//lib/
install -d /Users/scollins//share/man/man1
install -m644 man/man1/gpbegin.1 man/man1/gpend.1 man/man1/gpinvoice.1 \
        /Users/scollins//share/man/man1/
[11:57][[email protected] gitpaid] 
$ gpinvoice -b hiv
# Invoice
...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.