Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

pull changes from dev to remote ranch without merging branch

#Commit all changes to branch feature_branch (git status shows clean)

#Download latest changes to dev, but dont merge them to local dev
git fetch origin dev

#merges changes from the downloaded version of dev to the feature_branch.
git merge origin/dev
 
PREVIOUS NEXT
Tagged: #pull #dev #remote #ranch #merging #branch
ADD COMMENT
Topic
Name
2+1 =