Horje
what does git restore do Code Example
git restore
# Get back all changes to local head branch
git restore -W .
what does git restore do
The "restore" command helps to unstage or even discard uncommitted
local changes.

One the one hand, the command can be used to undo the effects of
git add and unstage changes you have previously added to the Staging
Area.

On the other hand, the restore command can also be used to discard local
changes in a file, thereby restoring its last committed state.
git restore
git restore "PATH"




Shell

Related
google font npm install Code Example google font npm install Code Example
update docker-compose ubuntu 18.04 Code Example update docker-compose ubuntu 18.04 Code Example
docker compose Code Example docker compose Code Example
lien symbolique linux Code Example lien symbolique linux Code Example
how to install pipenv Code Example how to install pipenv Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11