Tags: git + howto

Sort by: Date / Title / URL

  1. Git Immersion is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.
    25-02-2011 to , , , by ibot and -1 others
  2. 08-12-2010 to , by mbo and -1 others
  3. genric solution
  4. fakes up a parent link between two commits
    29-08-2010 to , by totpunk and -1 others
  5. git show --pretty="format:" --name-only bd61ad98
    17-06-2010 to , by tostado and -1 others
  6. 17-06-2010 to , by tostado and -1 others
  7. 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
  8. beispiel für einen git-workflow
    20-01-2010 to , , , by totpunk and -1 others
  9. Creating an empty branch
    02-01-2010 to , , , by totpunk and -1 others
  10. 18-11-2009 to , , , by totpunk and -1 others

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