Version Control of a Python Project using Git
30 évaluations

2 340 déjà inscrits
Stage the files and directories using Git Add. Use Git status to track the changes.
Use Git Commit to commit changes to the local repository.
Revert to a previous local version using Git checkout and Git reset.