Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git merge to master

How to merge a branch?

#1 branchName  - development
- push all the changes in your current branch 
	- until it shows ( Everything up-to-date )
    
#2 branchName - production
- goto your new branch where you wana merge the changes
	- git checkout your_branch_name
    - git merge development 		( #1 branchName )
    
# DONE ✅ 
Source by stackabuse.com #
 
PREVIOUS NEXT
Tagged: #git #merge #master
ADD COMMENT
Topic
Name
9+8 =