CATEGORY

GIT

Confused what is git reflog? Let me help you!

Git reflog is crucial in restoring lost resources after committing them. For instance, we used it to restore lost files, commits and messages, and branches in …

By stevealila · 8 min read · GIT

SOLVED: How to rename file or directory in Git

Rename file or directory is easy with git rm or git mv. It would be best to understand what happens at the tree, blob, and commit objects to determine why the …

By stevealila · 6 min read · GIT