Tecadmin showing you how to create an empty branch in Git repository.
How to Create Empty Branch in Git Repository
I have an application code maintained in the Github repository. Now our requirement is to create the documentation for that application and save them under a separate branch in the same repository. I simply tried to create a new branch but it linked to the main branch.