App-Cheats
view release on metacpan or search on metacpan
git checkout master~2 file1
# Protect your changes when pulling from origin
git stash
# Unprotect changes
git stash apply
# To periodically update the repo on GitHub with what you have in GitLab
git fetch -p origin
git push --no-verify --mirror
#############################################################
## Git - Prune Commands
#############################################################
# warning: There are too many unreachable loose objects; run 'git prune' to remove them.
git gc
# Clean the git repo removing large objects in the history.
type: regedit
#
# For these paths:
Computer\HKEY_CLASSES_ROOT\Directory\shell\cmd
Computer\HKEY_CLASSES_ROOT\Directory\background\shell\cmd
#
# Update permissions:
- Right-click the PowerShell (folder) key, and click Permissions.
- Click the Advanced button.
- On "Advanced Security Settings," click the Change link next to "Owner".
- Type your account name in the provided field, click Check Names to verify
you're typing the account name correctly, and click OK.
- Check the Replace owner on subcontainers and objects option.
- Click Apply.
- Click OK.
- On "Permissions," select the Administrators group.
- Under "Permissions for Administrators," select Allow for the Full Control option.
- Click Apply.
- Click OK.
#
# Show option:
( run in 1.647 second using v1.01-cache-2.11-cpan-39bf76dae61 )