diff options
author | Robert Xu <robxu9@gmail.com> | 2011-08-20 19:05:38 -0400 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-08-20 19:05:38 -0400 |
commit | 7219efab22b5ecbdc4363328e06580f0cdcf3798 (patch) | |
tree | 4e86c1b5a68273b0a342b065f96b482e1d3e6b1b /README.GIT | |
parent | 6507e11446a26cf7882ecc8658e505b6adce8e61 (diff) | |
download | tde-packaging-7219efab22b5ecbdc4363328e06580f0cdcf3798.tar.gz tde-packaging-7219efab22b5ecbdc4363328e06580f0cdcf3798.zip |
typo.
Diffstat (limited to 'README.GIT')
-rw-r--r-- | README.GIT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.GIT b/README.GIT index 65c5312e3..7399e65c5 100644 --- a/README.GIT +++ b/README.GIT @@ -19,7 +19,7 @@ To exclude items: To add to the git repository (easiest and most efficient way): git add . -(this will add everything in the folder (excluding stuff from .gitignore). It is intentionally a period because * will make git ignore already committed files.) +(this will add everything in the folder (excluding stuff from .gitignore). It is intentionally a period because * will make git stop on already committed files.) To commit to the git repository (this does not send to the remote server!): git commit -a |