1) Create the remote branch if it doesn't exist while pushing your commits from the local branch. (SAVES YOU TIME) We often want to push code to branches and not to master branch. We can use '-u' option of the git push command to create a remote bran...
drkreddy.hashnode.dev6 min read
No responses yet.