From 9220d2488d6d789532e5ea5835e803ac7b98c5e4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:17:53 -0500 Subject: [PATCH] Added TQt4 HEAD --- README.GIT | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.GIT b/README.GIT index 351ac71..121b849 100644 --- a/README.GIT +++ b/README.GIT @@ -1,3 +1,5 @@ +============================================================ DOCUMENTATION ======================================================= + GIT tutorial on kernel.org: http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html @@ -28,3 +30,15 @@ Therefore, this command should be run prior to any commits to ensure your empty find . -type d -empty -exec touch {}/.gitignore \; +================================================================ WORKFLOW ========================================================== + + +git clone http://your-username@scm.trinitydesktop.org/scm/git/tde + + + +cd +find . -type d -empty -exec touch {}/.gitignore \; +git add * +git commit -a +git push origin master