I am trying using git to pull fuelcms for a new project
So i created a new folder in localhost
- git init
- git remote add origin
https://github.com/daylightstudio/FUEL-CMS.git- git pull
the cms is then pulled, however i noticed there are <<<<<<HEAD append at the top of the file and >>>>token number append at the end of the file
How to remove these extra <<<<<<HEAD
Comments