All examples
GitHub logo
GitHub SOPMade with Glyde

GitHub Branch Creation Workflow

Purpose

This SOP describes how to create a new branch in the GLYDE GitHub repository, enabling team members to work on features or changes in an isolated development environment.

Scope

This procedure is intended for all team members with access to the GLYDE GitHub repository. Use this SOP when you need to create a new branch for feature development, bug fixes, or experimentation.

Prerequisites

  • A GitHub account with repository access

  • Write permissions to the GLYDE repository

  • Logged in to GitHub with your credentials

Procedure

  1. Navigate to github.com

    Open the GLYDE repository branches page

    Navigate to github.com to access the branches page of the GLYDE repository. This page displays all existing branches and provides options to create new ones.

    Navigate to github.com
  2. Click New branch

    Click the New branch button

    Click the New branch button located in the top-right corner of the page. This action opens a dialog box where you can specify the details for your new branch.

    Click New branch
  3. Enter branch name

    Type your branch name

    In the New branch name field, enter a descriptive name for your branch. Use a name that clearly indicates the purpose of the branch, such as the feature you are working on or the issue you are addressing. For example, you might name it GLYDE or a more descriptive name like feature-user-authentication.

    Enter branch name
  4. Create the branch

    Click Create new branch button

    Click the Create new branch button to finalize the creation. The dialog will close and your new branch will be created in the repository.

    Create the branch

Verification

After creating the branch, verify it was created successfully:

  1. Check that the branches list now includes your newly created branch name

  2. Confirm the source branch shown matches what you selected during creation

  3. You can now switch to your new branch to begin making changes

Conclusion

You have successfully created a new branch in the GLYDE repository. You can now use this branch to develop features, make changes, or experiment without affecting the main codebase.

Made with Glyde — in minutes, not hours.

Record your workflow once. Glyde writes the SOP, captures the screenshots, and walks your team through it live.

Get Started Free
More GitHub SOPs