Created
March 12, 2021 15:34
-
-
Save brunurd/f3c28bf2da9d54aa4a58b8310300becc to your computer and use it in GitHub Desktop.
Python custom git modules syntax
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pip install git+<https_address>@<revision> | |
# Example: | |
pip install git+https://github.com/lavaleak/vents@master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# <name> = {git = "<https_address>",ref = "<revision>"} | |
# Example: | |
vents = {git = "https://github.com/lavaleak/vents",ref = "master"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# <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