0 votes
in GitHub by
How Can We Create A Branch In Github?

1 Answer

0 votes
by
GitHub has a simple UI for creating branches. Once opened the branch drop-down and it prompts “Find or create a branch.” We need to Type the name of your new branch, then click the “create” button that appears. For retrieving the new branch from GitHub, we can use the standard Git fetch command.
...