Skip to content

Instantly share code, notes, and snippets.

@TomOnTime
Created October 11, 2015 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TomOnTime/eff1439aa0682f34653b to your computer and use it in GitHub Desktop.
Save TomOnTime/eff1439aa0682f34653b to your computer and use it in GitHub Desktop.
diff between github and gitlab
$ diff github.txt gitlab.txt
2c2
< href="#this-is-also----------a-header"
---
> href="#this-is-also-a-header"
5c5
< href="#--lets-try-this-shall-we"
---
> href="#-lets-try-this-shall-we"
8c8
< href="#this-header-has-a-thumbsup-in-it"
---
> href="#this-header-has-a-in-it"
20d19
< href="#-header-7"
24,28d22
< href="#-filter"
< href="#-header-string"
< href="#-ipmap-string-foo"
< href="#-no10"
< href="#-v-and--vv"
31,37c25,31
< href="#--this-is-three"
< href="#---this-is-four"
< href="#this-is----a-five"
< href="#this-is----a-six"
< href="#-this-is----a-seven"
< href="#--this-is----a-eight"
< href="#---this-is----a-nine"
---
> href="#-this-is-three"
> href="#-this-is-four"
> href="#this-is-a-five"
> href="#this-is-a-six"
> href="#-this-is-a-seven"
> href="#-this-is-a-eight"
> href="#-this-is-a-nine"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment