Git History

Quickly browse the history of a file from any git repository
Alternatives To Git History
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Bat41,5201352 days ago37September 10, 2022210apache-2.0Rust
A cat(1) clone with wings.
Lazygit35,4962a day ago209July 18, 2022498mitGo
simple terminal UI for git commands
Cli32,4912720 hours ago152September 21, 2022426mitGo
GitHub’s official command line tool
Learngitbranching27,578
17 days ago1May 29, 201924mitJavaScript
An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
Vim Fugitive17,651
6 days ago35Vim Script
fugitive.vim: A Git wrapper so awesome, it should be illegal
Cz Cli15,25713,21913,6253 days ago78May 07, 2021179mitJavaScript
The commitizen command line utility. #BlackLivesMatter
Dolt14,931217 hours ago214May 19, 2022292apache-2.0Go
Dolt – Git for Data
Git History13,254
2 months ago7March 19, 201976mitJavaScript
Quickly browse the history of a file from any git repository
Onefetch7,865
a day ago29March 29, 202225mitRust
Command-line Git information tool
Gitsome7,392
82 months ago12April 07, 201960otherPython
A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Alternatives To Git History
Select To Compare


Alternative Project Comparisons
Readme

Git History

Quickly browse the history of files in any git repo:

  1. Go to a file in GitHub (or GitLab, or Bitbucket)
  2. Replace github.com with github.githistory.xyz
  3. There's no step three

Try it

If you like this project consider backing my open source work on Patreon!
And follow @pomber on twitter for updates.

Extensions

Browsers

You can also add an Open in Git History button to GitHub, GitLab and Bitbucket with the Chrome and Firefox extensions.

Or you can use a bookmarklet.
javascript: (function() {
  var url = window.location.href;
  var regEx = /^(https?\:\/\/)(www\.)?(github|gitlab|bitbucket)\.(com|org)\/(.*)$/i;
  if (regEx.test(url)) {
    url = url.replace(regEx, "$1$3.githistory.xyz/$5");
    window.open(url, "_blank");
  } else {
    alert("Not a Git File URL");
  }
})();

Local Repos

You can use Git History for local git repos with the CLI or with the VS Code extension.

Support Git History

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

selefra

Backers

Thank you to all our backers! [Become a backer]

Contributors

This project exists thanks to all the people who contribute.

Thanks

BrowserStack for letting open source projects use their services for free. Now I can test, debug and fix Safari issues from my Chrome running on Linux!

Credits

Based on these amazing projects:

License

MIT

Popular Git Projects
Popular Command Line Projects
Popular Version Control Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Command Line
Git
Animation
Commit
Vscode
Vscode Extension