Skip to content

kunaljaydesai/embedded-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded Git Diffs

You might be wondering why are embedded git diffs useful. The use case I had was to be able to show code diffs when writing tutorial blog posts, that way its easier to see how code is evolving over the course of the tutorial. The website is located at: diffembed.com

Setup

  1. Run virtualenv env
  2. Run source env/bin/activate
  3. Run pip install -r requirements.txt
  4. Run GH_TOKEN="<your-token-here>" flask --debug run

About

Given a link to a public git commit, generate an embeddable diff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published