8
submitted 1 year ago* (last edited 1 year ago) by magnus@lemmy.ahall.se to c/git@programming.dev

I'm looking for a web-based client, like git gui for choosing files to stage and to make commits. The actual files in the git repo would be edited elsewhere, so that is taken care of, but my google-fu is letting me down in this endeavour of finding the actual client.

There is a metric ton of repo browsers, and that would be fine, as long as they also could show status and diffs from a git repo and being able to commit.

Anyone have any pointers to anything a web git client? Thanks!

you are viewing a single comment's thread
view the rest of the comments
[-] jnareb@programming.dev 1 points 1 year ago* (last edited 1 year ago)

There is git instaweb command, which runs gitweb for current repo using a specified web server (apache2, lighttpd, mongoose, plackup, python and webrick are supported), and starts a browser. Though gitweb is slightly (or more than slightly) dated, and what is more important, read only.

You can see (modified) gitweb in action on https://repo.or.cz/

[-] magnus@lemmy.ahall.se 1 points 1 year ago* (last edited 1 year ago)

Yeah, tried that first, but the read onlyness was a slight problem :)

this post was submitted on 03 Aug 2023
8 points (83.3% liked)

Git

2632 readers
8 users here now

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Resources

Rules

  1. Follow programming.dev rules
  2. Be excellent to each other, no hostility towards users for any reason
  3. No spam of tools/companies/advertisements. It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.

Git Logo by Jason Long is licensed under the Creative Commons Attribution 3.0 Unported License.

founded 1 year ago
MODERATORS