diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 18:13:00 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2007-11-05 18:13:00 -0500 |
commit | b42d7c03371d9f1dab89a8d7a3e5bb85e8774e14 (patch) | |
tree | a9217c27267937b82069047b263d1fb34e3adc10 /README | |
parent | e737d1795d0acbaba09412b3b969b33fc8956b85 (diff) |
finishing touches etc
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ the right files, and none of the wrong files. And you can edit the .gitignore and so forth. Once you're ready: git commit -m "initial checkin" + git gc # pack git repo to save a lot of space After this first checkin, you can use regular git commands to check in further changes: |