Project Contributers: tianshants WenchenSun726 [email protected] junxinhuang ggggginaxing
2. Open your Terminal or Command Prompt Windows, navigate where you would like this project to live.
I saved this on my Desktop, to get there through command line.
Linux/Mac:
cd ~/Desktop/
Windows:
cd Desktop
git clone "link copied from above"
Create new file with your name and save in the directory. Copy the contents of patrick.py and add your own information.
git add .
git commit -m 'my first commit'
git push
^ if it says something about upstream just copy the string the tell you and try that. If that doesn't work just let me know.