https://github.com/thyagomota/visgit
An educational tool that allows the visualization and interaction with git branch trees.
https://github.com/thyagomota/visgit
git scm
Last synced: about 1 month ago
JSON representation
An educational tool that allows the visualization and interaction with git branch trees.
- Host: GitHub
- URL: https://github.com/thyagomota/visgit
- Owner: thyagomota
- Created: 2023-10-25T21:27:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T03:36:27.000Z (over 2 years ago)
- Last Synced: 2025-02-21T19:12:39.377Z (over 1 year ago)
- Topics: git, scm
- Language: CSS
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to **VisGit**, an educational tool that allows the visualization and interaction with Git branch trees. Git commands, especially after multiple branches and merges, can be difficult to understand. **VisGit** can help users create mental models that make it easier to understand the operations performed by Git.
**VisGit** enables users to:
* simulate any of the Git commands, including undo commands;
* visually distinguish between branches by color;
* view the full Git branch tree for a given repository, including local or remote repositories;
* be challenged to reproduce a given branch tree.