From cf81a11ada43078a68960f9118c5879f1acf8f61 Mon Sep 17 00:00:00 2001 From: hut Date: Thu, 4 Feb 2010 22:06:31 +0100 Subject: custom: added info about this branch --- ABOUT_THIS_BRANCH | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ABOUT_THIS_BRANCH (limited to 'ABOUT_THIS_BRANCH') diff --git a/ABOUT_THIS_BRANCH b/ABOUT_THIS_BRANCH new file mode 100644 index 00000000..ae09d54d --- /dev/null +++ b/ABOUT_THIS_BRANCH @@ -0,0 +1,14 @@ +I put my personal branch online, maybe you find some of the +parts useful. To see whats different, type: + +git diff master..hut + +This branch is being regularily rebased on the master branch, +which rewrites history, so maybe its better to pick single commits +from this branch into your own branch rather than working directly +on this one: + +git log master..hut +# search for a commit you like, write down SHA1 identifier +git checkout +git cherry-pick -- cgit 1.4.1-2-gfad0