programming-language Cloning the repo on your local system. git clone https://github.com/ghostmkg/programming-language.git cd programming-language Checkout the branch you want to program git checkout <branch name> git checkout python Push your code git add . git commit -m "Your Commit Message" git push Your contribution will be valuable for us.