Useful commands Applying git diff from clipboard PowerShell: Get-Clipboard | git apply shell: pbpaste | git apply Copying git diff to clipboard PowerShell: git diff | Set-Clipboard shell: git diff | pbcopy Getting SHA256 from a file PowerShell: Get-FileHash /path/to/file shell: shasum /path/to/file