Git : Confuse after merge -


this question has answer here:

i new git. recently, merged code feature master branch. after merging .gitignore file looks this

<<<<<<< head gen/ bin/ ======= gen/ >>>>>>> master 

now question is

  1. if want change content of file, should follow special instruction or can change file , commit ?
  2. what meaning of sign <<<<<<< head >>>>>>> master ?
  3. if remove head , master file. generate error ?

it shows in current head, , in master branch.

if want choose in head should leave only

gen/ bin/ 

in file. if decide choose in master should ahce only

gen/ 

in file.

you may need write here else. after merge file commit now.

i believe it's no practical case when not deleted special lines

======= 

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -