Skip to content

This repo is created to explain the idea of following the Git Workflow with Rebase. You can find the tutorial here (https://medium.com/@kalana.16/git-rebase-for-an-absolute-beginner-35d16144abd9)

Notifications You must be signed in to change notification settings

KalanaDananjaya/rebase-workflow-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

rebase-workflow-demo

This repo is created to explain the idea of following the Git Workflow with Rebase. You can find the tutorial here (https://medium.com/@kalana.16/git-rebase-for-an-absolute-beginner-35d16144abd9)

Following steps will be explained under this tutorial

  1. Fork and clone the desired repo
  2. Set upstream
  3. Create a branch from the dev branch of the upstream
  4. Rebase your branch with the dev branch (Sync your fork)
  5. Push your branch to the origin
  6. Send a PR to dev branch to merge your local branch to dev branch

About

This repo is created to explain the idea of following the Git Workflow with Rebase. You can find the tutorial here (https://medium.com/@kalana.16/git-rebase-for-an-absolute-beginner-35d16144abd9)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published