0

I am looking to use microsoft word documents with Gitlab and would like to have it track the changes. I found word_diff here. It has instructions for github but not for gitlab, and I'm uncertain where to set variables in Gitlab or even if it works the same way. I'd be happy to use some other solution with gitlab if it exists for word documents. Thanks for the help ahead of time!

Deduplicator
  • 44,692
  • 7
  • 66
  • 118
joe
  • 77
  • 4

1 Answers1

0

You currently can't use word_diff with GitLab because the WebHook specifications for GitLab and GitHub differ. You would need to adjust things such as key and header names.

Fairy
  • 3,592
  • 2
  • 27
  • 36