Tags: git + workflow

Sort by: Date / Title / URL

  1. 27-09-2013 to , by totpunk and -1 others
  2. Branch-per-Feature
    15-01-2013 to , by totpunk and -1 others
  3. git pull origin master git checkout -b new-feature-branch git status git commit -am "commit message" <--cycle from step 2-4, until work is done-->   git checkout master git pull origin master #update the master before merging the new changes git checkout new-feature-branch git rebase master #apply the new changes on top of current master   git checkout master git merge new-feature-branch git push origin
    05-06-2010 to , , , by totpunk and -1 others
  4. 23-04-2010 to , by totpunk and -1 others
  5. 14-04-2010 to , , , by totpunk and -1 others
  6. 04-03-2010 to , , , , by totpunk and -1 others
  7. beispiel für einen git-workflow
    20-01-2010 to , , , by totpunk and -1 others
  8. 19-12-2008 to , , by totpunk and -1 others

First / Previous / Next / Last / Page 1 of 1