FANGS is a lightweight, Python-based version control system inspired by Git. It's designed for educational purposes to help understand the inner workings of distributed version control systems.
- Initialize a repository
- Add files to staging area
- Commit changes
- View commit history
- Create and switch branches
- Basic merge functionality
- Status command to show current state