diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-07-10 15:17:53 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-12-08 14:11:57 -0600 |
commit | 9220d2488d6d789532e5ea5835e803ac7b98c5e4 (patch) | |
tree | 84231b03e886a377042804b6dc4f8e7bed76e9dc | |
parent | 2ad7c092f70f97bd8e1e2a86e1e2e0adc13c9d24 (diff) | |
download | scripts-9220d2488d6d789532e5ea5835e803ac7b98c5e4.tar.gz scripts-9220d2488d6d789532e5ea5835e803ac7b98c5e4.zip |
Added TQt4 HEAD
-rw-r--r-- | README.GIT | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |