How to use git restore command
Git restore command can be used for many undo operations. Git version 2.23.0 introduced git restore command, the current version of your git command can be checked using the command. Unmodify a file Git restore command can used to revert file changes. Suppose we have project repository with one file readme. From the above git … Read more