Python Crash Course: A Hands-On, Project-Based Introduction to Programming
Rate it:
Kindle Notes & Highlights
90%
Flag icon
First, you’ll make any changes needed to your local project. If your changes result in any new files, add those files to the Git repository using the command git add . (be sure to include the dot at the end of the command).
1 3 Next »