totpunk: git + howto

Sort by: Date / Title / URL

  1. fakes up a parent link between two commits
    29-08-2010 to , and -1 others
  2. 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 , , , and -1 others
  3. beispiel für einen git-workflow
    20-01-2010 to , , , and -1 others
  4. Creating an empty branch
    02-01-2010 to , , , and -1 others
  5. 18-11-2009 to , , , and -1 others
  6. When you deploy code to different machines often times you need to add little tweaks, such as adding or modifying configuration files.
    22-09-2009 to , , and -1 others
  7. 10-08-2009 to , , , and -1 others
  8. 20-12-2008 to , , , and -1 others
  9. 19-12-2008 to , , and -1 others
  10. 14-12-2008 to , , and -1 others

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