{"id":29767853,"url":"https://github.com/indigane/visual-git","last_synced_at":"2026-03-09T22:03:32.173Z","repository":{"id":226657978,"uuid":"769172465","full_name":"indigane/visual-git","owner":"indigane","description":"Open your eyes to Git.","archived":false,"fork":false,"pushed_at":"2025-12-03T14:51:04.000Z","size":322,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-06T19:20:54.603Z","etag":null,"topics":["git"],"latest_commit_sha":null,"homepage":"https://gitlab.com/indigane/visual-git","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/indigane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-08T13:47:46.000Z","updated_at":"2025-12-03T14:51:09.000Z","dependencies_parsed_at":"2024-03-13T21:28:04.307Z","dependency_job_id":"e6a97093-bb22-4c51-b7dd-de71013519c8","html_url":"https://github.com/indigane/visual-git","commit_stats":null,"previous_names":["indigane/visual-git"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/indigane/visual-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indigane%2Fvisual-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indigane%2Fvisual-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indigane%2Fvisual-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indigane%2Fvisual-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/indigane","download_url":"https://codeload.github.com/indigane/visual-git/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/indigane%2Fvisual-git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30314409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T20:05:46.299Z","status":"ssl_error","status_checked_at":"2026-03-09T19:57:04.425Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git"],"created_at":"2025-07-27T02:39:55.035Z","updated_at":"2026-03-09T22:03:32.156Z","avatar_url":"https://github.com/indigane.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Visual Git\n\nVisual Git is the Git GUI I've wished existed so I wouldn't have to write it myself.\n\nSome ideas Visual Git may or may not be built on:\n\n- **See everything** you need without polling. Reduce mistakes by being aware of the state of your repository at all times.\n- **Interact with everything** you see. You should be allowed to do anything, while staying informed of the consequences of any action.\n- **Learn** git. Start from visually intuitive concepts and drill down all the way into git internals if you want to.\n\n\n## Installation\n\n- Download Visual Git.\u003cbr\u003e\n  _For example:_\n  ```sh\n  git clone https://gitlab.com/indigane/visual-git.git\n  ```\n- [Download node binary](https://nodejs.org/en/download) and place it in `runtime/`. Node 20 recommended.\u003cbr\u003e\n  _For example:_\n  ```sh\n  cd visual-git\n  curl -L https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.xz | tar -Jxv --strip-components=2 -C runtime -f - node-v20.11.1-linux-x64/bin/node\n  ```\n- If you want to use a `vg` command, add `visual-git/bin/` to PATH:\u003cbr\u003e\n  _For example temporarily:_\n  ```sh\n  cd visual-git\n  export PATH=$PATH:$PWD/bin\n  ```\n- Alternatively add `visual-git/bin/vg` as a git alias:\u003cbr\u003e\n  _For example:_\n  ```sh\n  cd visual-git\n  git config --global alias.vg '!'$PWD/bin/vg\n  ```\n\n## Usage\n\n- Run `vg` in a git repository.\n- Alternatively run `vg \u003cpath-to-repository\u003e`.\n\n\n## Using with docker\n\nBuild container with following command\n\n```\ndocker build -t visualgit .\n```\n\nStart docker with following command in repository directory\n\n```\ndocker run --rm -i -t -v .:/home/vision/repo -p 3000:3000 visualgit\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findigane%2Fvisual-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Findigane%2Fvisual-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Findigane%2Fvisual-git/lists"}