summaryrefslogtreecommitdiffstats
path: root/README.GIT
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:17:53 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-10 15:17:53 -0500
commit37e3f157c7d76f13de807fa66e36df209e1005fb (patch)
tree7a4f131b2ee065337dac341bff34515310efba4f /README.GIT
parent16630c3eff313238fa8412275555285c9195981b (diff)
downloadtde-37e3f157c7d76f13de807fa66e36df209e1005fb.tar.gz
tde-37e3f157c7d76f13de807fa66e36df209e1005fb.zip
Added TQt4 HEAD
Diffstat (limited to 'README.GIT')
-rw-r--r--README.GIT14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.GIT b/README.GIT
index 351ac71dd..121b8495b 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
+
+<make your changes, test, etc>
+
+cd <repository checkout directory>
+find . -type d -empty -exec touch {}/.gitignore \;
+git add *
+git commit -a
+git push origin master