Here we'll go through deleting, restoring and renaming files.
#git
https://itvraag.nl
Git basics video: • Git #1 - install, config and command ...
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 .
Watch video Git #3 - remove, restore and rename online, duration hours minute second in high quality that is uploaded to the channel itvraag 03 December 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 128 times and liked it 5 visitors.