Git Commands

  • Create new git branch from existing branch:
    1.  Syntax: git branch <new-branch-name> <existing-branch-name>

                Example: git branch newone master

    Comments

    Popular posts from this blog