DrupalBin
Submit Code
About
Recent Posts
Code
Fix for Fix for Code
Fix for Code
Code
Node type whitelist
an axe coach accessories
coach purses married
Fix for de las ghd alturas
de las ghd alturas
Code
more
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Log in using OpenID
Cancel OpenID login
Create new account
Request new password
Tags
CCK
drupal
fapi
jquery
menu
module
php
simpletest
taxonomy
test
theme
views
more tags
Home
git
Failed git taging
September 14, 2011 - 9:54am — Anonymous
$ git clone --branch 7.x-1.x dalin@git.drupal.org:project/cd_sunlight.git
Cloning into cd_sunlight...
dalin@git.drupal.org's password:
remote: Counting objects: 574, done.
remote: Compressing obj
git
Read more
Git hang on git clone drush
May 26, 2011 - 4:33am — Anonymous
poda
@
poda ~
$ git clone --branch 6.x-1.x http:
//git.drupal.org/project/mimemail.git
Cloning into mimemail...
remote: Counting objects:
764
, done.
remote: Compressing objects:
100
%
(
393
/
393
)
, done.
drush
git
Read more
Git fetch perms error
April 7, 2011 - 5:44pm — Anonymous
steve
@
Primary:
/
var
/
www
/
drupalconnect$ git fetch origin live
Enter passphrase
for
key
'/home/steve/.ssh/id_rsa'
:
remote: Counting objects:
31
, done.
remote: Compressing objects:
100
%
(
17
/
17
)
, done.
git
Read more
git commush
May 13, 2010 - 4:06pm — Anonymous
; hey, we forgot to make an alias! :-p
[
alias
]
commush
=
!git commit -a && git push
commit
git
push
starting-git
import drupal cvs into git
February 5, 2009 - 5:19am —
David Thomas
#!/bin/bash -x
git-cvsimport -k -d :pserver:anonymous@cvs.drupal.org:/cvs/drupal drupal
git-push --all /git/public/drupal.git
git-push /git/public/drupal.git --tags
cvs
git
import