- Create a folder at the root of your user home folder
(Example:
C:/Users/uname/
) called.ssh
. - Create the following files if they do not already exist (paths begin from the root of your user home folder):
.ssh/config
(Also see [remarkable][], the markdown parser created by the author of this cheatsheet)
[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,} |
(f|ht)tp(s)?://([A-Za-z0-9-]+\.)+[A-Za-z0-9-]+(/[A-Za-z0-9- ./?%&=]*)? |
[branch] | |
autosetuprebase = always | |
[core] | |
autocrlf = false | |
ignorecase = false | |
[push] | |
default = simple | |
[pull] | |
default = simple |
Get-AppxPackage *3dbuilder* | Remove-AppxPackage | |
Get-AppxPackage *bingfinance* | Remove-AppxPackage | |
Get-AppxPackage *bingnews* | Remove-AppxPackage | |
Get-AppxPackage *bingsports* | Remove-AppxPackage | |
Get-AppxPackage *bingweather* | Remove-AppxPackage | |
Get-AppxPackage *getstarted* | Remove-AppxPackage | |
Get-AppxPackage *officehub* | Remove-AppxPackage | |
Get-AppxPackage *onenote* | Remove-AppxPackage | |
Get-AppxPackage *people* | Remove-AppxPackage | |
Get-AppxPackage *photos* | Remove-AppxPackage |
# Project | |
* text eol=lf | |
# Language Diffs | |
*.cs diff=csharp | |
*.css diff=css |
# Project | |
* text eol=crlf | |
# Language Diffs | |
*.cs diff=csharp | |
*.css diff=css |