Cristiana Man
Cristiana's Dev Blog

Cristiana's Dev Blog

Follow
homeReactGit GemsAdvent of Code 2021Support Me
Series

Git Gems

In this series, you can find useful Git commands, configuration and productivity tips.

Articles in this series

Moving a Git Repository

Mar 22, 20212 min read

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...

Moving a Git Repository

Multiple Git Accounts on One Computer

Mar 23, 20212 min read

You might need to use multiple Git accounts on a single computer. For example, you might have personal, work, and university accounts. Most Git...

Multiple Git Accounts on One Computer

Creating an Empty Commit

May 4, 20212 min read

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...

Creating an Empty Commit