Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Gittyup is a set of drush commands to update a Drupal install's git repo.

Update a git repository by performing a git pull --rebase. It is assumed that
the root directory of the git repository is the root of the Drupal install. If
this is not the case, it is recommended to explicitly declare your repository's
root in the site-alias for the site:

$aliases['foo']['git-root'] = '/bar/baz';

You may also specify it inline with the git-root option:

drush gittyup --git-root='/bar/baz'

About

Gittyup is a set of drush commands to update a Drupal install's git repo.

Resources

Stars

7 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors