Author -  Sai gowtham

How to merge a branch into master in Git

In this tutorial, we are going to learn about how to merge a branch into the master in Git.

Merging branch into master

Consider we have a two branches dev, master in our git repository and we need to merge the dev branch into a master.

  1. On the dev branch run git merge master command to check any merge conflicts with a master branch.
git merge master
  1. Now, change your current branch to master by running the following command.
git checkout master
  1. At final, run the git merge dev command to merge a dev branch into a master.
git merge dev

Note: In your case, the dev branch should be some other.

Css Tutorials & Demos

How rotate an image continuously in CSS

In this demo, we are going to learn about how to rotate an image continuously using the css animations.

How to create a Instagram login Page

In this demo, i will show you how to create a instagram login page using html and css.

How to create a pulse animation in CSS

In this demo, i will show you how to create a pulse animation using css.

Creating a snowfall animation using css and JavaScript

In this demo, i will show you how to create a snow fall animation using css and JavaScript.

Top Udemy Courses

JavaScript - The Complete Guide 2023 (Beginner + Advanced)
JavaScript - The Complete Guide 2023 (Beginner + Advanced)
116,648 students enrolled
52 hours of video content
$14.99 FROM UDEMY
React - The Complete Guide (incl Hooks, React Router, Redux)
React - The Complete Guide (incl Hooks, React Router, Redux)
631,582 students enrolled
49 hours of video content
$24.99 FROM UDEMY
Vue - The Complete Guide (w/ Router, Vuex, Composition API)
Vue - The Complete Guide (w/ Router, Vuex, Composition API)
203,937 students enrolled
31.5 hours of video content
$14.99 FROM UDEMY