TAG

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

Are you using git rm command CORRECTLY?

Git rm is a command to delete unwanted files or folders. Despite its usefulness in cleaning a repository, it is one of the commands that often confuse users. …

By stevealila · 7 min read · GIT