Skip to content

Commit 2c52819

Browse files
committed
Remove note about using Git for Windows
As discussed in pull request cli#4013.
1 parent 23ffca4 commit 2c52819

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/cmd/alias/set/set.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ func NewCmdSet(f *cmdutil.Factory, runF func(*SetOptions) error) *cobra.Command
5252
5353
**Platform notes for Windows:**
5454
55-
- Shell aliases are executed via 'sh' as installed by Git For Windows.
56-
If you have installed git in some other way, shell aliases may not work for you.
5755
- If you are using a shell that is *not* Unix-like (e.g. Command Prompt, cmd.exe),
5856
make sure to *double quote* when defining an alias.
5957
For instance, use ` + "`gh alias set pv \"pr view\"`" + ` instead of ` + "`gh alias set pv 'pr view'`. " +

0 commit comments

Comments
 (0)