This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| +Create new destkop shortcut | |
| +Set target location | |
| >powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File "C:\Scripts\toggle-theme.ps1" | |
| +Set shortcut key combination (Ctrl + Alt + D) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -git push origin -f {commit_hash to rollback}:main (or master) | |
| -git reset --mixed {commit_hash to rollback} (clear local working directory commits) | |
| -git add {file1} | |
| -git commit | |
| -git add {file2} | |
| -git commit | |
| . | |
| . | |
| . | |
| -git push |