diff options
author | hut <hut@lavabit.com> | 2010-04-07 23:15:11 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-04-07 23:15:11 +0200 |
commit | 4655f56ba803b5a302e7724288efb02e39f3caeb (patch) | |
tree | ad70f8d89101fd7a682b50d23d3f15ae1dae3615 | |
parent | c4e869ddc99c6737a5429705ed949c54c37f9ece (diff) | |
download | ranger-4655f56ba803b5a302e7724288efb02e39f3caeb.tar.gz |
removed ABOUT_THIS_BRANCH file
-rw-r--r-- | ABOUT_THIS_BRANCH | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ABOUT_THIS_BRANCH b/ABOUT_THIS_BRANCH deleted file mode 100644 index ae09d54d..00000000 --- a/ABOUT_THIS_BRANCH +++ /dev/null @@ -1,14 +0,0 @@ -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 <your branch> -git cherry-pick <SHA1 of the commit> |