Skip to content

Try the most popular Git workflow safely inside this tutorial repository

License

Notifications You must be signed in to change notification settings

jasonqiu212/feature-branch-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature branch workflow

Try the most popular Git workflow safely inside this tutorial repository

Welcome 👋

Widely used in the world of Git, the feature branch workflow makes it easy for multiple developers to work on new features without disturbing the main codebase.

  • Who is this for: Developers, students, and teams.
  • What you'll learn: How to follow a feature branch workflow.
  • What you'll build: You will merge a feature into an active codebase.
  • Prerequisites: If you need to learn about branches, commits, and pull requests, take Introduction to GitHub first.
  • How long: Less than one hour.

In this course, you will:

  1. Create a branch
  2. Commit changes
  3. Open a pull request
  4. Merge changes from the base branch
  5. Merge your pull request

How to start this course

start-course

  1. Right-click Start course and open the link in a new tab.
  2. In the new tab, most of the prompts will automatically fill in for you.
    • For owner, choose your personal account or an organization to host the repository.
    • We recommend creating a public repository, as private repositories will use Actions minutes.
    • Scroll down and click the Create repository button at the bottom of the form.
  3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.

Get help: Post in the discussion boardReview the GitHub status page

© Jason Qiu • Code of ConductMIT License

About

Try the most popular Git workflow safely inside this tutorial repository

Topics

Resources

License

Stars

Watchers

Forks