merging branches in git
$ git checkout master
Switched to branch 'master'
$ git merge iss53
Merge made by the 'recursive' strategy.
index.html | 1 +
1 file changed, 1 insertion(+)//Make sure you are in your branch. Develop is a a branch in this case
git checkout master
Switched to branch 'master'
git pull
To pull changes of team members to your master
git checkout develop
git merge master
Resolve Conflicts in develop
git checkout master
git merge develop
To merge your final changes along with other changes to your master
git pull
If there were any additional changes made meanwhile
git push
To push the final master to the master repository
git checkout develop
//Move to branch again to work
Also in Shell:
- how to install axios in react
- unzip gz file linux
- conda install mmcv
- linux set environment variable
- aws ssm agent installed but does not show in managed instances
- gitlab download
- zip file
- call shell script from python
- install git
- how to install lightgbm on mac
- how to install flutter
- how to update local repo when i make changes to github remote repo
- install nuxt
- install flathub in linux elementary
- repo from bitbucket to github
- bash generate random number between 1 10
- docker ubuntu installation
- brew install ruby
- install an npm package
- install mongodb on mac
- git add submodule
- setting up centos 7 as a syslog server
- where do you install composer
- install bootstrap in angular 9