Search found 4 matches

by TimElhajj
Thu Mar 07, 2019 10:47 am
Forum: Source Control
Topic: Hardening files to prevent merge conflicts
Replies: 1
Views: 1624

Hardening files to prevent merge conflicts

I work on a team with multiple writers all using the same repo. I notice I often get merge conflicts in the TOC when I merge feature branch (with changes to the TOC) back into master. I'm wondering if using nested TOCs would help with merge conflicts? It seems like it would because with nested TOCs,...
by TimElhajj
Wed Dec 06, 2017 12:04 pm
Forum: Source Control
Topic: Flare 12, GIT, and importing
Replies: 7
Views: 7688

Re: Flare 12, GIT, and importing

One of the issues we've run across is that the git PR process adds lines of text related to the PR to the Flare source file. The following new lines encompass the modified content: <<<<<<< HEAD , >>>>>>> parent of <PR commit, including the commit comment> ; </html> is added at the end of the file. ...
by TimElhajj
Tue Oct 24, 2017 3:51 pm
Forum: Source Control
Topic: GIT Confusion
Replies: 11
Views: 15214

Re: GIT Confusion

I found this thread via Google; it was the one and only result of a Google search for " Remote already contains another project. Please pull from an empty remote. " What triggered the message in my case was a more basic user error, related (I think) to feature branch creation from within ...
by TimElhajj
Mon Aug 28, 2017 4:09 pm
Forum: Source Control
Topic: Flare 12, GIT, and importing
Replies: 7
Views: 7688

Re: Flare 12, GIT, and importing

I'm happy to talk more if you have more questions! If you can't tell, I really love Git! Hi! My team is currently exploring git and using branches in much the way you describe. One issue we haven't quite figured out is how to do reviews before we publish to live. Right now we have a single test sit...