Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.

Commit ad53e80

Browse files
author
Edward Hieatt & Josh Susser
committed
gemify for easy installation
1 parent 994d59e commit ad53e80

File tree

11 files changed

+25
-34
lines changed

11 files changed

+25
-34
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pkg/*
2+
*.gem
3+
.bundle

.pairs.example

Lines changed: 0 additions & 8 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
# Git Scripts
22

3-
These scripts are helpers for managing developer workflow when using git repos hosted on GitHub. Put them in ~/bin and they can be run as standard git commands like `git about`.
3+
These scripts are helpers for managing developer workflow when using git repos hosted on GitHub. Install as a rubygem and they can be run as standard git commands like `git about`.
44

55
## Installation
66

7-
$ git clone git://github.com/pivotal/git_scripts.git
8-
$ cd git_scripts
9-
$ ./install.sh
7+
$ gem install pivotal_git_scripts
108

119
## git-about
1210

13-
`git about` shows settings set by git-pair and git-project
11+
`git about` shows settings set by `git pair` and `git project`
1412

1513
## git-pair
1614

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require 'bundler'
2+
Bundler::GemHelper.install_tasks
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

install.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

install_as_symlinks.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)