Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

merge master to dev branch

1. //pull the latest changes of current development branch if any        
git pull (current development branch)

2. //switch to master branch
git checkout master 

3. //pull all the changes if any
git pull

4. //Now merge development into master    
git merge development

5. //push the master branch
git push origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: git remove file from commit 
Shell :: how to execute a bash script in terminal 
Shell :: install node package manager 
Shell :: how to stash specific file in git 
Shell :: nvidia proprietary driver arch linux 
Shell :: add anaconda to git bash 
Shell :: apt vs apt get 
Shell :: linux create link to folder 
Shell :: command to variable bash 
Shell :: xrdp choose desktop environment 
Shell :: git add remote 
Shell :: git show unpushed commits 
Shell :: dev/mapper/ubuntu--vg-ubuntu--lv 
Shell :: how to delete all pods in kubernetes 
Shell :: linux resize images in folder 
Shell :: rails all path 
Shell :: check go is installed mac 
Shell :: Delete untracked file or discard unstaged work 
Shell :: add group 
Shell :: stop elasticsearch node 
Shell :: rename github repository command line 
Shell :: how to change the directory in git bash 
Shell :: push to existing repo github 
Shell :: gitignore exclude folder 
Shell :: best code editors 2022 
Shell :: how to add remote branch 
Shell :: git delete commit history 
Shell :: remove all files in a directory linux 
Shell :: bash get unique lines 
Shell :: linux stress test 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =