Django for Designers: Difference between revisions

Line 169:
* Add the folder: <source lang="bash">
# in django-for-designers/myproject
git add ./
git add ./</source>. What does git status say now?
</source>
git add ./</source>. What does git status say now?
 
* git commit to commit those files. Adding the -m flag lets you say what the 'message' for the commit is in the same line:
Anonymous user