Horje
git revert uncommitted changes Code Example
git revert uncommitted changes
# Revert changes to modified files.
git reset --hard

# Remove all untracked files and directories.
# '-f' is force, '-d' is remove directories.
git clean -fd
git check for uncommitted changes
//CHECK FOR UNCOMMITED CHANGES
git status -s

//If there are no changes has no output
//If there are changes are listed the modified files
git uncommit last commit but keep changes
# https://stackoverflow.com/a/44672195/3013522
git reset --soft HEAD~




Shell

Related
snap install android studio Code Example snap install android studio Code Example
android studio Code Example android studio Code Example
vue cli Code Example vue cli Code Example
get remote IP of wsl ubuntu Code Example get remote IP of wsl ubuntu Code Example
Veu command install Code Example Veu command install Code Example

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