Git Tags
This post explores tagging in git, a method to label specific commits in a repository’s history.
I’ll cover the different types of tags, how to create them, list them, delete them and check them out.
This post explores tagging in git, a method to label specific commits in a repository’s history.
I’ll cover the different types of tags, how to create them, list them, delete them and check them out.
Git can be configured to ignore some files in your computer or repository you don’t want to track. These files
Git: Ignoring Files Read More »
In this post, I show you two ways of installing and configuring nginx on Linux.
Installing nginx on Linux Read More »
Learn how to count the number of commits or number of lines a contributor has added to a git repository.
Check number of lines by user in git Read More »
Learn how to avoid repetition and write simpler and easy to read tests using the pytest parametrization feature.
Pytest Test Parametrization Read More »
Learn how to install pytest and use it to discover, run, and skip test functions.
Testing Python Code Using Pytest Read More »
PyCharm supports remote development. Learn how to set it up in this article.
Remote development using PyCharm Read More »
A software license grants specific permissions for others to use your work. Licenses allow your source code to be used
Open Source licenses explained Read More »