Boston Python Workshop/Saturday/Web app project: Difference between revisions

imported>Paulproteus
imported>Paulproteus
Line 386:
cd workshop_mysite
 
Use ''git add'' to add the content of your files to git:
...
 
git add polls/*.py
 
First, let'sAnd use ''git commit'' to ''commit'' ourthose workfiles:
 
git commit -m "I made these files and this is a message describing them"
 
Finally, use ''git push'' to push those up to your Github repository:
 
git push
 
Go to your Github account. Find the ''workshop_mysite'' repository. Do you see your files?
 
If so, proceed!
 
=== Enough databases for now ===
Anonymous user