git

Dev Tool — VCSPython N/ABeginner

Distributed version control system; the standard for all Python projects

Quick Info

Documentation
Official Docs
Python Version
N/A
Dependencies
None (system install)
Install
sudo apt install git # or brew install git

Learn by Difficulty

Quick Example

python
# git
# Distributed version control system; the standard for all Python projects
#
# Category: Dev Tool — VCS
# Related: GitHub, GitLab, gitpython, pre-commit, .gitignore
print("git: Distributed version control system; the standard for all Python projects")

git is part of the Python ecosystem. Distributed version control system; the standard for all Python projects.

Try in Playground

Tags

toolversion-controlcollaborationbranching

Related Items