git grep 101: What it is, Differences to grep, and Examples
This tutorial teaches about git grep, its differences from grep, and very detailed examples of how to use it.
gitignore 101 – gitignore example, generator, syntax, etc
This tutorial teaches how to use gitignore with a gitignore example, gitignore syntax, and other related topics
GitHub Delete Branch in Few Steps
This short tutorial will teach you how on GitHub delete branch using the command line and the website interface.
Easy GitHub Repository Tagging
Tagging a GitHub repository is pretty straightforward. Please see below how you can create the tag for the repo, push it to git, and delete eventually …
Easy GitHub SSH Setup
GitHub SSH setup is one of the things that you do once every time you get a new computer or gain access to a new server. …