Skip to content

Instantly share code, notes, and snippets.

@brunurd
Created March 12, 2021 15:34
Show Gist options
  • Save brunurd/f3c28bf2da9d54aa4a58b8310300becc to your computer and use it in GitHub Desktop.
Save brunurd/f3c28bf2da9d54aa4a58b8310300becc to your computer and use it in GitHub Desktop.
Python custom git modules syntax
# pip install git+<https_address>@<revision>
# Example:
pip install git+https://github.com/lavaleak/vents@master
# <name> = {git = "<https_address>",ref = "<revision>"}
# Example:
vents = {git = "https://github.com/lavaleak/vents",ref = "master"}
# <name> @ git+<https_address>@<revision>
# Example:
vents @ git+https://github.com/lavaleak/vents@f826ec4d1777b3391436e621c55bc56deb4b8bbf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment