Skip to content

Commit

Permalink
added small script to make it easier to add new remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Derick Bailey committed Jul 10, 2013
1 parent 56a010a commit de5b37d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addrem
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

This comment has been minimized.

Copy link
@samccone

samccone Feb 26, 2014

Member

yeah... going to say this does not belong in the repo.

do you agree @cobbweb @jmeas ?

This comment has been minimized.

Copy link
@jamesplease

jamesplease Feb 26, 2014

Member

👍 agreed

This comment has been minimized.

Copy link
@Anachron

Anachron Feb 26, 2014

Yup, me too 👍

This comment has been minimized.

Copy link
@samccone

samccone Feb 26, 2014

Member
git remote add $1 git://github.com/$1/backbone.marionette
git fetch $1

0 comments on commit de5b37d

Please sign in to comment.