Git and git flow

Resources

For a git flow tutorial, have a look here :

Remember that every git flow command has an help option, for example:

git flow feature help
usage : git flow feature [list]
   ou : git flow feature start
   ou : git flow feature finish
   ou : git flow feature publish
   ou : git flow feature track
   ou : git flow feature diff
   ou : git flow feature rebase
   ou : git flow feature checkout
   ou : git flow feature pull
   ou : git flow feature delete

        Manage your feature branches.

        For more specific help type the command followed by --help

TODO : explain git rebase