#git
Read more stories on Hashnode
Articles with this tag
There are times when creating an empty commit in Git is useful. A common scenario is the need to trigger a continuous integration pipeline or adding...
You might need to use multiple Git accounts on a single computer. For example, you might have personal, work, and university accounts. Most Git...
Every once in a while you might need to move a Git repository while preserving the history. TL;DR Here is how you can move or duplicate a Git...