git branch -vv # branch detailed info
git status -sb # brief status
git reflog # reference log
git fsck --lost-found # orphaned files
git log -- somefile.txt # logs for file, even if long deleted
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
ciphers="TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, | |
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, | |
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, | |
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, | |
TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, | |
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, | |
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, | |
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, | |
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, | |
TLS_DHE_DSS_WITH_AES_256_CBC_SHA, |
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
::File: c:\terminal\cmd-scripts\hyper-v.cmd | |
@echo off | |
echo. | |
if [%1] == [] goto help1 | |
if "%1" == "/?" goto help1 | |
goto check_Permissions | |
:check_Arguments |
These should be placed in
c:\terminal\cmd-scripts\
~.cmd
- A short-cut to jump into the user's home directoryedit.cmd
- Edit a document using notepad++ from the command promptll.cmd
- Emulate the Bash ll alias in command prompt, requires Windows port of lsnpml.cmd
- List global installed Node.js packages from the command promptpubid.cmd
- Displays your public RSA 2 key in terminal, it assumes you have one created by Putty or ssh