summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2009-03-30 17:55:10 -0400
committerBrian Cully <bjc@kublai.com>2009-03-30 17:55:10 -0400
commit413010caec9a5a1c5eee37a80f69b1fd5d195d31 (patch)
tree7e4db1667b39b0655a93fec1d50a0ba973540441
parent987298ddbc384b225788e3ddce9d2dded82770a2 (diff)
downloaddvcs-git-slides-413010caec9a5a1c5eee37a80f69b1fd5d195d31.tar.gz
dvcs-git-slides-413010caec9a5a1c5eee37a80f69b1fd5d195d31.zip
WIP
-rw-r--r--git.odpbin280597 -> 267685 bytes
-rw-r--r--git.org23
2 files changed, 16 insertions, 7 deletions
diff --git a/git.odp b/git.odp
index a65c083..3178771 100644
--- a/git.odp
+++ b/git.odp
Binary files differ
diff --git a/git.org b/git.org
index 5eed349..17f7b85 100644
--- a/git.org
+++ b/git.org
@@ -97,6 +97,9 @@
# good entropy properties for building hash tables
+ # finding tree changes is very simple, since trees effectively
+ contain their subtrees and files.
+
# system and its history is trivially verifiable. commits are
effectively signed by all their parents.
@@ -168,6 +171,15 @@
it won't store duplicates. In effect, this means the cost of an
additional remote is only the cost of its differences.
+*** Transports
+
+ # HTTP
+ # GIT
+ # SSH
+ # Rsync
+ # Files
+ # Others
+
*** Example
* Merge strategies
@@ -218,13 +230,10 @@
* My seekrit agenda
- I am a lazy programmer, and the more people who use git the easier
- my life is. I use git because...
-
-** Three great virtues of a programmer
-*** Laziness
-*** Impatience
-*** Hubris
+ I like git. It's the first version control system that allows me to
+ use it the way I want to. I commit like crazy, I like to use
+ branches, and I make a lot of mistakes. Git encourages this, or at
+ least gives you the tools to recover. It's a security blanket.
* Additional Resources