Skip to content

Instantly share code, notes, and snippets.

@rfay
Forked from schacon/.gitconfig
Created April 12, 2011 04:12

Revisions

  1. rfay revised this gist Apr 13, 2011. 2 changed files with 2 additions and 2 deletions.
    2 changes: 1 addition & 1 deletion .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    # Put this in your .gitconfig
    [url "http://git.drupal.org/project/"]
    insteadOf = "mod:"
    insteadOf = "do:"
    2 changes: 1 addition & 1 deletion cmdline.txt
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    # And now you can clone a drupal project like this:
    $ git clone mod:views
    $ git clone do:views
    Cloning into views...
    remote: Counting objects: 29661, done.
    remote: Compressing objects: 100% (9175/9175), done.
  2. rfay revised this gist Apr 12, 2011. 2 changed files with 11 additions and 9 deletions.
    5 changes: 3 additions & 2 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,3 @@
    [url "https://github.com/"]
    insteadOf = "gh:"
    # Put this in your .gitconfig
    [url "http://git.drupal.org/project/"]
    insteadOf = "mod:"
    15 changes: 8 additions & 7 deletions cmdline.txt
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,8 @@
    $ git clone gh:schacon/git-pulls
    Cloning into git-pulls...
    remote: Counting objects: 168, done.
    remote: Compressing objects: 100% (138/138), done.
    remote: Total 168 (delta 82), reused 0 (delta 0)
    Receiving objects: 100% (168/168), 20.88 KiB, done.
    Resolving deltas: 100% (82/82), done.
    # And now you can clone a drupal project like this:
    $ git clone mod:views
    Cloning into views...
    remote: Counting objects: 29661, done.
    remote: Compressing objects: 100% (9175/9175), done.
    remote: Total 29661 (delta 22818), reused 26859 (delta 20372)
    Receiving objects: 100% (29661/29661), 11.58 MiB | 952 KiB/s, done.
    Resolving deltas: 100% (22818/22818), done.
  3. @schacon schacon revised this gist Apr 11, 2011. 2 changed files with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion .gitconfig
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    [url "https://github.com/"]¬
    [url "https://github.com/"]
    insteadOf = "gh:"
    File renamed without changes.
  4. @schacon schacon created this gist Apr 11, 2011.
    2 changes: 2 additions & 0 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    [url "https://github.com/"]¬
    insteadOf = "gh:"
    7 changes: 7 additions & 0 deletions gistfile2.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    $ git clone gh:schacon/git-pulls
    Cloning into git-pulls...
    remote: Counting objects: 168, done.
    remote: Compressing objects: 100% (138/138), done.
    remote: Total 168 (delta 82), reused 0 (delta 0)
    Receiving objects: 100% (168/168), 20.88 KiB, done.
    Resolving deltas: 100% (82/82), done.