got
forge
got | forge | |
---|---|---|
12 | 17 | |
126 | 1,361 | |
0.0% | 0.6% | |
6.1 | 9.5 | |
over 1 year ago | 8 days ago | |
Go | Emacs Lisp | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
got
-
Show HN: A version control system based on rsync
I've not heard the term "probabilistic tree" and I've having difficulty pulling up references. I suspect it's implemented by subpackage ptree[0]. Do you have resources on what makes probabilistic trees different from hash tables?
[0] https://github.com/gotvc/got/tree/master/pkg/gotkv/ptree
-
CDC File Transfer
FastCDC is the same chunking algorithm used in Got.
https://github.com/gotvc/got
-
SourceHut terms of service updates, cryptocurrency projects to be removed
Thanks for sharing RocketGit. This is the first time I've heard of it, and yes, it does look like a cool copyleft solution to self-hosted Git.
Another interesting option is Brendan Caroll's got[0], which allows sharing of repositories over INET256[1]. I'm sure there are other P2P approaches to Git, but this one just piqued my interest. Unfortunately it has a naming conflict with OpenBSD's Game of Trees[2].
[0] https://github.com/gotvc/got
[1] https://github.com/inet256/inet256
[2] https://gameoftrees.org/
-
Show HN: Encrypted Git hosting should be easy
I work on a project which solves a similar use case.
https://github.com/gotvc/got
Got also does E2EE encryption, but it can additionally encrypt branch names from remote servers.
-
What Comes After Git
I've been working on a project "Got". Which deals with the LFS problem, mentioned in the post.
https://github.com/gotvc/got
Got isn't really trying to do software version control better than Git. It's trying to make general purpose file versioning practical, with a workflow similar to Git's.
-
Show HN: Let's build an end-to-end encrypted data store
In the same space is the key-value store underlying Got: GotKV. https://github.com/gotvc/got/tree/master/pkg/gotkv
It stores encrypted blobs in any content-addressed store, and provides a copy-on-write key-value store API.
- Got is like Git, but with an 'o'
- Show HN: Got is like Git, but with an 'o'
forge
-
Introducing Consult-GH
you can clone, browse, modify, fork, make pull requests from Magit without leaving Emacs a single time. checkout https://github.com/magit/forge
-
Cannot save .authinfo.gpg
However, i'm still unable to create issues or pull requests from within forge, returning error in process filter: Failed to submit post: (error http 404 ((message . "Not Found") (documentation_url . "https://developer.github.com/v3/pulls/#create-a-pull-request"))). Do you know how to solve this as well? I've tried looking around for resources, and so far have only come across issue #273 on magit/forge repo, which was resolved using the correct token permissions. My token was set up with the repo, user, and read:org permissions as per the documentation, but am facing the same issue. I have also run (setq url-debug t) for more verbose debugging, but I'm not seeing any additional help either.
-
What do you use for git integration in neovim?
You can also manage via a holistic UI: - Bisection - Log and reflog, stashes - subtrees, submodules - certain third party subcommands like git-absorb, and extend it with your own - interact with issues and pull requests via forge - pretty much all of the hundreds of CLI flags via a modal UI that got generalized and extracted to a lib called transient - well-integrated diff and conflict resolution (which is mostly just smerge) - the rebase/cherry-pick workflows I liked the best, including support for --update-refs - at any time you can always press a key to see the raw commands and output that it's using, which taught me a ton of corner cases - IMO it has a great manual
-
How can I edit magit forge issue comments in Org Mode?
Following up here with a feature request, in case anyone else reading this is interested: https://github.com/magit/forge/discussions/580
-
How I use Emacs as a non-programmer
Yes :). Basically all you need to be able to fork and pull request is the Forge package. It's made from the author of Magit: https://github.com/magit/forge Just follow the manual, you basically need to create a token on GitHub and share it with Forge through your authinfo. I tested it recently (cloned, forked, made changes, committed, pushed and pull request to original repo) and I didn't have to open Firefox even once. https://magit.vc/manual/forge/
-
lab.el - Simple GitLab interface for Emacs. List and act on projects/pipelines/jobs/merge-requests.
how is it different from forge?
-
Recommended workflow for using org-roam to read source code and take notes?
orgit package, which provides Org link types pointing to Magit buffers (including log and revision buffers). Optionally, magit/forge and orgit-forge packages might be useful too, for noting issues and pull requests.
-
Request: Method To Open Project’s GitHub Repository From Projectile?
Not projectile-specific, but see browse-at-remote and forge (of interest are forge-browse-* commands).
-
How do you guys use forge with magit and github?
There is also https://github.com/magit/forge, which I haven't looked at. Instead, I do all the proprietary github things through their proprietary website.
-
What Comes After Git
For magit users, there's https://github.com/magit/forge - ultimately the store of record is still centralized as it's GitHub/GitLab/etc., but it does integrate a local copy of it nicely with your other git operations.
What are some alternatives?
cdc-file-transfer - Tools for synching and streaming files from Windows to Linux
patchreview-vim - Vim/Neovim plugin for doing single, multi-patch or diff code reviews
bita - Differential file synchronization over http
git-madge - :rocket: Git-aware madge wrapper
imsy - simple incremental pull of immutable large files
consult-gh - An Interactive interface for "GitHub CLI" client inside GNU Emacs using Consult
backup - immutable backups so simple that unborkable
josh - Just One Single History
git-remote-aws - encrypted git hosting should be easy
git-heatmap - :bar_chart: Display a heatmap for oft-edited files
gitless - A maintained fork of the simple git interface
lab.el - Emacs-GitLab integration