Check Git Version
Configure Git
Create Folder to specific path
I already make a file of python so we can see the changes
otherwise, no commit changes will display
.Initialize a Git Repository
Add Files to the Repository
. means all files we can able specifically add file to our repository, just change the . into the filename belong with file extension
Check the Status
It determined what are the files you have in a folder
.
Commit Changes
along with message "This is file Python determined or give a description of what inside of a file.
View Commit History