Skip to main content

Home/ Web Development Resources (originated at GA WDI)/ Group items tagged git-flow

Rss Feed Group items tagged

John Randall

A successful Git branching model » nvie.com - 0 views

  •  
    "In the latter case, it is impossible to see from the Git history which of the commit objects together have implemented a feature-you would have to manually read all the log messages. Reverting a whole feature (i.e. a group of commits), is a true headache in the latter situation, whereas it is easily done if the --no-ff flag was used. "
John Randall

Git Workflows and Tutorials | Atlassian - 0 views

  •  
    "The Feature Branch Workflow builds on the Centralized Workflow by encapsulating new features into dedicated branches. This enables the use of pull requests as a means to discuss changes before they're integrated into the official project. "
1 - 3 of 3
Showing 20 items per page