How to push a local project to GitHub repository
Step: 1
Open the file manager and the path of the code
Below I have created 3 sample files under Folder demo-work
Step: 2
Click on the path of the code
Type CMD and press enter
This is the CMD look
git init
git add .
We use git add . (to stage...
brodevops.hashnode.dev1 min read