Git and Github
About Lesson

To use git push use this command once git push –set-upstream origin remote-branch-name to set upstream branch.

Add New branch on remote from code

git push origin new-branch-name

Delete branch from github

  • Click on Branch dropdown
  • View all branch
  • Click on trace icon

© GeekySanjay