-
Using Windows PowerShell Open PowerShell as an Administrator.
-
Run this Command
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'- Install OpenSSH Client:
Using Windows PowerShell Open PowerShell as an Administrator.
Run this Command
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'| #! /bin/sh | |
| alias gs="git status" | |
| alias gc="git commit" | |
| alias gr="git checkout" | |
| alias ga="git add" | |
| alias gl="git lola" |
| public abstract class EntityEvent : INotification | |
| { | |
| public Guid Id { get; set; } | |
| } | |
| public abstract class EntityEvent<T> : EntityEvent { } | |