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.
Learn how to create GPG keys and sign git commits using them.
Configuring GPG to sign Git commits Read More »
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 »
Whenever you make changes to a bunch of files already tracked by git, there’s an easy way to add them
Git: How to add modified files and ignore untracked ones 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 make git push to the same remote branch name.
Git: How to set a default push remote repo Read More »