How to push code to a github repository ?
Steps to Push code to Github ->
Create a new repository on Github
After creating repository on github , move to linux or git bash.
Move into that folder where files are present.
Now initialize the folder with git init to make it a git repo...
sayam-blogs.hashnode.dev2 min read