GIT GUIDE TO MERGE




From Github Repository

  1. Create new branch from dev branch (Start pulling from dev branch)

    1. OR create new branch and pull dev branch from new branch

  2. Work on New branch and see changes on local or dev

  3. Commit all the changes to new branch

  4. Push to new branch

  5. Go to GitHub

  6. Click on compare & pull request



  7. Set base to test

  8. Add assignee

  9. Click on Create Pull Request

  10. After merge complete to dev apply steps from 5 to merge in master

  11. You are done

 From Git Bash

  1. Git bash from the project folder you want to merge
  2. Checkout to the respective branch to merge
    1. git checkout <your branch>
  3. Merge the branch with new feature
    1. git merge <branch to merge>

Comments

Popular posts from this blog

Story of the OLD AGE HOMES

10 Advantages and Disadvantages of Aboard Study

My First Blog