Git #3 - remove, restore and rename @itvraag
Git #3 - remove, restore and rename  @itvraag
Uploaded December 2021 | Updated September 2026, 2 weeks ago
Here we'll go through deleting, restoring and renaming files.
#git
https://itvraag.nl
Git basics video: youtu.be/x6Hf_SRRYOY

Commands:
Removing:
git rm [file name]
git rm -r [folder name]

Debug remove:
git rm [file or pattern] -n

Restoring inside working area:
git restore .

Restoring inside staging area:
git restore -S .

Renaming:
git mv [current name] [new name]

Alternative restoring:
git reset HEAD
git checkout .
Git #3 - remove, restore and renameBash #3 - Script files (with challenge)Galaxy Tab3 - Hard Reset (Two Ways)Bash #12 - Managing users & groupsVim #3 - manipulating text - delete, change, copy/paste, select, replaceDIY: Private Cloud Storage With NAS4Free & ownCloudLG G3 - Indepth Specs ReviewVirtualBox guest additions in CentOS VM (shared folders and clipboard)Mac OS - Find WiFi Password (two methods)Windows 11 - Wireless (WiFi) internet connection (Add/configure/remove/troubleshoot)Install Windows 10 from USB (using ISO-file)Bash #2 - Help, touch, echo & aliases
itvraag |

Git #3 - remove, restore and rename

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER