git - Unwanted stuff written in file when cherry-picked -
recently got know cherry-pick
command in git
, , turns out useful command. learnt resources on how use cherry-pick contents other's repo. after used command, contents got cherry-picked other's repo branch, alongwith them had few lines in different parts of file,
<<<<<<< head <<<<<<< head <<<<<<< head >>>>>>> 53de559... >>>>>>> 0fa87af
(such types of unwanted stuff present wherever changes made). want know whether these lines affect file or required git
. if not required how remove them.
i followed steps described here
Comments
Post a Comment