See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| { | |
| "emmet.syntaxProfiles" : { | |
| "javascript" : "jsx" | |
| }, | |
| "workbench.startupEditor" : "newUntitledFile", | |
| "editor.fontSize" : 16, | |
| "javascript.suggest.autoImports" : true, | |
| "javascript.updateImportsOnFileMove.enabled" : "always", | |
| "editor.rulers" : [ | |
| 80, |
| @ECHO OFF | |
| echo msgbox "Simple Msg Box in Bat" > %tmp%\tmp.vbs | |
| cscript /nologo %tmp%\tmp.vbs | |
| del %tmp%\tmp.vbs |
| #Requires -RunAsAdministrator | |
| #Requires -Version 5.0 | |
| # requires Windows 10 | |
| Get-EtwTraceProvider | Select-Object SessionName, Guid | sort SessionName | |
| # as Markdown | |
| <# | |
| #Requires -RunAsAdministrator | |
| $result = Get-EtwTraceProvider | sort SessionName | |
| $result | %{"|Name|GUID|";"|----|----|";}{"|$($_.SessionName)|$($_.Guid)|"} | |
| #> |
Feito com ❤️ por JP2435 👋🏽 Entre em contato!