Skip to content

fixed Windows commands in SSH Help.

username-removed-375593 requested to merge Aaronepower/gitlab-ce:patch-1 into master

The current commands shown don't work in Command Line, or PowerShell. Command Line doesn't recognize the ~ character as the home directory, the < character is reserved in PowerShell, and cat doesn't work in Command Line. This commit provides commands that will work for both the Command Line, and PowerShell.

Merge request reports