diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2008-12-22 16:16:40 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2008-12-22 16:16:40 -0500 |
commit | 726a1068f70ad8bc16c7fdb2150c65ada575a971 (patch) | |
tree | 1ddcfe343201ae91b22332cab2de3eff6d63056f /README | |
parent | eab5c4468b54b8f5513ff57f48e9d69e8d3ab254 (diff) |
Mention README file from man page.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ the right files, and none of the wrong files. And you can edit the `.gitignore` and so forth. Once you're ready, it's time to commit: cd /etc + git status git commit -m "initial checkin" git gc # pack git repo to save a lot of space |