Mmentoor.io
  • NEWCalendar
  • Sign in
  • Sign up
  • Timeline(current)
  • CoursesNEW
  • English [EAF]
  • Projects [PMS]
  • Einstein ChamberEinstein Chamber
  • Academy
HZ

Merge Two Branches Locally

Hasan Zohdy5 months ago57

To merge a branch into another, for example we need to merge development branch into master branch.

git checkout master 
git add .
git commit -m 'Some commit'
git merge development
git series1 - Generate SSH key2 - Fixing fatal: refusing to merge unrelated histories3 - Get ssh key4 - Delete Branch Locally5 - Delete Branch From Remote Repository6 - How to Undo a Git Add7 - Merge Two Branches Locally
git#git