Git : Confuse after merge -
this question has answer here:
- git merge left head marks in files 3 answers
i new git. recently, merged code feature
master
branch. after merging .gitignore file looks this
<<<<<<< head gen/ bin/ ======= gen/ >>>>>>> master
now question is
- if want change content of file, should follow special instruction or can change file , commit ?
- what meaning of sign
<<<<<<< head
>>>>>>> master
? - 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
Post a Comment