Horje
git clean all submodules on branch switch Code Example
git clean all submodules on branch switch
# Be careful it will delete all untracked files, reset all stagated files
# and will remove all submodule folders
git reset --hard
git checkout gh-pages
git clean -xffd
# Optional restoration of submodules content
git submodule update --init --recursive




Shell

Related
go to a tag in git Code Example go to a tag in git Code Example
install pkgbuild arch Code Example install pkgbuild arch Code Example
batch open url Code Example batch open url Code Example
ubuntu delete all virtual hosts Code Example ubuntu delete all virtual hosts Code Example
powershell command shutdown computer Code Example powershell command shutdown computer Code Example

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