Uploaded October 2013 | Updated September 2026, 2 weeks ago
Twitter: twitter.com/ITVraag
Facebook: facebook.com/itvraag
A tutorial on how to create a Home group (home network) in Windows 7
*** Had to repost this video, due to copyright issues ***
Twitter: twitter.com/ITVraag
Facebook: facebook.com/itvraag
A tutorial on how to create a Home group (home network) in Windows 7
*** Had to repost this video, due to copyright issues ***
![Git #3 - remove, restore and rename
Here well go through deleting, restoring and renaming files.
#git
https://itvraag.nl
Git basics video: https://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 rename](https://i.ytimg.com/vi/aaliP1Thm6A/mqdefault.jpg)









