Revisions
-
rfay revised this gist
Apr 13, 2011 . 2 changed files with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 = "do:" This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 do:views Cloning into views... remote: Counting objects: 29661, done. remote: Compressing objects: 100% (9175/9175), done. -
rfay revised this gist
Apr 12, 2011 . 2 changed files with 11 additions and 9 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ # Put this in your .gitconfig [url "http://git.drupal.org/project/"] insteadOf = "mod:" This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ # 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. -
schacon revised this gist
Apr 11, 2011 . 2 changed files with 1 addition and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ [url "https://github.com/"] insteadOf = "gh:" File renamed without changes. -
schacon created this gist
Apr 11, 2011 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ [url "https://github.com/"]¬ insteadOf = "gh:" This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.