Tuesday, October 16, 2012

Git documentation

Git is the version control system Drupal.org developers use to share code with one another.
Within this section of the site, you will find information on Drupal.org's use of Git, how to download, install, and configure Git, and how to contribute your own code to Drupal.org.
Here's a list of quick links to get you started, depending on your needs.

Git User’s Manual (for version 1.5.3 or newer) 

Understanding Git Conceptually
 
Read More...

No comments:

Post a Comment

only show translated menu items into current language (Drupal 8)

function MY_THEME_preprocess_menu(&$variables) {   if ($variables['menu_name'] == 'brancott-header-menu') {    $langu...