The article introduces Git-Sim, a command-line tool that allows Git users to visually simulate Git operations in their own repositories. Git-Sim generates images or video animations to illustrate the impact of a Git command on the local repository. The tool aims to help Git users of all experience levels understand how executing a Git command will affect their repository before running the command. Git-Sim is written in Python and uses the Manim and GitPython libraries.