Glossary

Version Control Tools

`git_status()`: Check the status of the repository - `git_diff()`: View current changes - `git_commit(message)`: Create a commit - `git_create_branch(name)`: Create a new branch

Learn More

Related Terms