Using Git for Version Control on PythonAnywhere
Activity 3
Navigate to the Projects Folder
Use the cd command to go to the projects folder you created earlier.
cd projects
Initialize Git in the Projects Folder
Initialize Git in your project folder
git init
This will initialize an empty Git rep...
kongbi.hashnode.dev2 min read