Applying remote changes onto local, git pull overwrites files, another way than stashing? -


i working on local version of site pulled remote repo , made changes site. partner working on has made changes , need pull them onto local version without overwriting files have created or changed.

i know can stash changes , access them later, best approach?

if have both made changes same file(s), source control software should possible merge two, accepting both changes.

if fails perform merge file should highlighted conflicted, manual intervention required resolve differences.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -