Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /home1/tylerfra/public_html/includes/common.inc).

git

Install gource in Ubuntu 10.10 to visualize a git repo

Download gource 0.37 (0.38 had too many dependencies that appear to be for Ubuntu 11+), extract its contents to your Desktop (or wherever you want), navigate to the directory where the files were extracted, then execute the following terminal commands (checkout the contents of the INSTALL file for more details):

How to 'git rm' all deleted files shown by 'git status'

UPDATE: Thanks to user comments, it turns out the easiest way to do this is with this command:

git add -u

Otherwise, feel free to read the example below for an alternative approach...

===============================

So today I was updating the filefield module in Drupal 6 with Drush (drush up webform), this worked great, as usual. However, my Drupal site is under source control with GIT. So after updating the module and running 'git status' I was presented with a whole bunch of changes. Something like this:

git status

Subscribe to RSS - git