git

Failed git taging

  1. $ git clone --branch 7.x-1.x dalin@git.drupal.org:project/cd_sunlight.git
  2. Cloning into cd_sunlight...
  3. dalin@git.drupal.org's password:
  4. remote: Counting objects: 574, done.
  5. remote: Compressing obj

Git hang on git clone drush

  1. poda@poda ~
  2. $ git clone --branch 6.x-1.x http://git.drupal.org/project/mimemail.git
  3. Cloning into mimemail...
  4. remote: Counting objects: 764, done.
  5. remote: Compressing objects: 100% (393/393), done.

Git fetch perms error

  1. steve@Primary:/var/www/drupalconnect$ git fetch origin live
  2. Enter passphrase for key '/home/steve/.ssh/id_rsa':
  3. remote: Counting objects: 31, done.
  4. remote: Compressing objects: 100% (17/17), done.

git commush

  1. ; hey, we forgot to make an alias! :-p
  2. [alias]
  3.     commush = !git commit -a && git push

import drupal cvs into git

  1. #!/bin/bash -x
  2. git-cvsimport -k  -d  :pserver:anonymous@cvs.drupal.org:/cvs/drupal drupal
  3. git-push --all /git/public/drupal.git
  4. git-push /git/public/drupal.git --tags
Syndicate content