Day 12: Git Zero To Hero π
Table of contents
Remove The File
git rm filename
By executing the above command u don't have to stage it again.
Rename Or Move
git mv source destination
By executing the above command you can rename or move the file from source to destination.
Next Blog Teaser π
Unstaging and Modifying filesπ€©
Thanks for reading ππ§‘
Β