Skip to content

Guelakais/pythonProjects

Repository files navigation

#PythonProjects
#general shebang line #!/usr/bin/env python
#git init -> to initialise git 
#git add filename.ending -> to add a file to the commit 
#git commit -m "comment" -> to fullfill the commit 
#git branch -M main -> to add commits to a branch. In this case the main branch 
#git remote add origin https://github.com/Guelakais/pythonProjects.git -> to add the source of the github repo
#git push -u origin main -> to push your local branch to the github repo
#git pull  origin main -> downloads from origin branch

About

Here all my only python projects are included

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published