Skip to main content

Posts

Showing posts from October, 2018

Git and Github Commands

☮️ Below are the git commands you will need to use Github git init git add . git status git push --set-upstream origin master git commit -m "message" ssh-keygen cat /c/Users/Dell/.ssh/id_rsa.pub git remote -v git remote add origin git@github.com:VinitK/api_repo.git git pull git pull origin master --allow-unrelated-histories git pull --rebase vim README.md i # Installation pip install Flask ##Description New repo of APIs :wp