Introduction What are git tags? You can think of it as a way to mark a point in the history of your git repo. They ar...
Create Git Aliases On PowerShell 7
Overview Using aliases saves you time and helps you avoid typos. On my daily work as a developer, I have to issue git...
[Fixed] Cannot Push To Github From The Command Line
Overview Recently, I changed my laptop from Windows to a Mac. As many times setting up a new machine, I cloned my rep...