Remove note about using Git for Windows
As discussed in pull request #4013.
This commit is contained in:
parent
23ffca45f7
commit
2c52819c1a
1 changed files with 0 additions and 2 deletions
|
|
@ -52,8 +52,6 @@ func NewCmdSet(f *cmdutil.Factory, runF func(*SetOptions) error) *cobra.Command
|
|||
|
||||
**Platform notes for Windows:**
|
||||
|
||||
- Shell aliases are executed via 'sh' as installed by Git For Windows.
|
||||
If you have installed git in some other way, shell aliases may not work for you.
|
||||
- If you are using a shell that is *not* Unix-like (e.g. Command Prompt, cmd.exe),
|
||||
make sure to *double quote* when defining an alias.
|
||||
For instance, use ` + "`gh alias set pv \"pr view\"`" + ` instead of ` + "`gh alias set pv 'pr view'`. " +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue