We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ffca4 commit 2c52819Copy full SHA for 2c52819
pkg/cmd/alias/set/set.go
@@ -52,8 +52,6 @@ func NewCmdSet(f *cmdutil.Factory, runF func(*SetOptions) error) *cobra.Command
52
53
**Platform notes for Windows:**
54
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.
57
- If you are using a shell that is *not* Unix-like (e.g. Command Prompt, cmd.exe),
58
make sure to *double quote* when defining an alias.
59
For instance, use ` + "`gh alias set pv \"pr view\"`" + ` instead of ` + "`gh alias set pv 'pr view'`. " +
0 commit comments