Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bat | 41,520 | 1 | 35 | 2 days ago | 37 | September 10, 2022 | 210 | apache-2.0 | Rust | |
A cat(1) clone with wings. | ||||||||||
Lazygit | 35,496 | 2 | a day ago | 209 | July 18, 2022 | 498 | mit | Go | ||
simple terminal UI for git commands | ||||||||||
Cli | 32,491 | 27 | 20 hours ago | 152 | September 21, 2022 | 426 | mit | Go | ||
GitHub’s official command line tool | ||||||||||
Learngitbranching | 27,578 | 17 days ago | 1 | May 29, 2019 | 24 | mit | JavaScript | |||
An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git! | ||||||||||
Vim Fugitive | 17,651 | 6 days ago | 35 | Vim Script | ||||||
fugitive.vim: A Git wrapper so awesome, it should be illegal | ||||||||||
Cz Cli | 15,257 | 13,219 | 13,625 | 3 days ago | 78 | May 07, 2021 | 179 | mit | JavaScript | |
The commitizen command line utility. #BlackLivesMatter | ||||||||||
Dolt | 14,931 | 2 | 17 hours ago | 214 | May 19, 2022 | 292 | apache-2.0 | Go | ||
Dolt – Git for Data | ||||||||||
Git History | 13,254 | 2 months ago | 7 | March 19, 2019 | 76 | mit | JavaScript | |||
Quickly browse the history of a file from any git repository | ||||||||||
Onefetch | 7,865 | a day ago | 29 | March 29, 2022 | 25 | mit | Rust | |||
Command-line Git information tool | ||||||||||
Gitsome | 7,392 | 8 | 2 months ago | 12 | April 07, 2019 | 60 | other | Python | ||
A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools |
Quickly browse the history of files in any git repo:
github.com
with github.githistory.xyz
If you like this project consider backing my open source work on Patreon!
And follow @pomber on twitter for updates.
You can also add an Open in Git History
button to GitHub, GitLab and Bitbucket with the Chrome and Firefox extensions.
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");
}
})();
You can use Git History for local git repos with the CLI or with the VS Code extension.
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
Thank you to all our backers! [Become a backer]
This project exists thanks to all the people who contribute.
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!
Based on these amazing projects:
MIT