public marks

PUBLIC MARKS with tags workflow & git

2018

2015

GitLab Flow | GitLab

by srcmax & 1 other
Version management with git makes branching and merging much easier than older versioning systems such as SVN. This allows a wide variety of branching strategies and workflows. Almost all of these are an improvement over the methods used before git. But many organizations end up with a workflow that is not clearly defined, overly complex or not integrated with issue tracking systems. Therefore we propose the GitLab flow as clearly defined set of best practices. It combines feature driven development and feature branches with issue tracking.

2011

nvie/gitflow - GitHub

by ghis (via)
A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

A successful Git branching model » nvie.com

by ghis & 7 others
A very well explained and detailed workflow for branching with git.

2010

nvie's gitflow at develop - GitHub

by ghis (via)
A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model.

The Perfect Git Workflow for a One Person Project // Kyle Slattery

by ghis
A git workflow when working alone on a project. Interesting use of git rebase to prevent merge conflicts. This workflow is intended for one person: rebasing on a branch is messy if someone else has a copy of it.

Using Git Branches as Patches // Kyle Slattery

by ghis
Use git branches as patches: if you have a master and a dev branches, create a new X branch from master (the prod branch), commit, merge into dev with the --no-ff option, and when if it works as expected, merge the X branch into the master.

Using Git to maintain your blog | Mate-driven development

by ghis (via)
Basic workflow for maintaining a blog using Git: a local repository, a remote repository (and a bare) and some hooks to sync the repos and generate the blog.

2009

Google Open Source Blog: Export a Git Project to Google Code

by piouPiouM
Marche à suivre pour utiliser Google Code en tant que miroir d'un projet Git.

2008

Active users

mfaure
last mark : 28/03/2018 09:14

srcmax
last mark : 19/06/2015 15:49

ghis
last mark : 01/04/2011 02:15

nhoizey
last mark : 30/04/2010 10:17

krachot
last mark : 29/04/2010 13:59

piouPiouM
last mark : 18/04/2010 14:30

benoit
last mark : 09/09/2008 16:41