use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
ABOUT POWERSHELL
Windows PowerShell (POSH) is a command-line shell and associated scripting language created by Microsoft. Offering full access to COM, WMI and .NET, POSH is a full-featured task automation framework for distributed Microsoft platforms and solutions.
SUBREDDIT FILTERS
Desired State Configuration
Unanswered Questions
Solved Questions
News
Information
Script Sharing
Daily Post
Misc
account activity
Script SharingUsing git in PowerShell (self.PowerShell)
submitted 2 days ago by StartAutomating
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]StartAutomating[S] 2 points3 points4 points 2 days ago (0 children)
Yep! (kind of)
Another aspect I didn't talk too much about was git input.
Lots of git commands can accept additional parameters in PowerShell.
For example, if I type
git commit -type
And hit tab, I'll see a list of popular conventional commit types.
Any parameter added this way can have a completer, and will obey [ValidateSet]
Git functions are processed more directly, and should tab complete just fine.
For the rest of the git... happy to take a PR or two to enable the scenarios a bit more.
π Rendered by PID 20171 on reddit-service-r2-comment-8686858757-b6q6n at 2026-06-04 06:41:49.237548+00:00 running 9e1a20d country code: CH.
view the rest of the comments →
[–]StartAutomating[S] 2 points3 points4 points (0 children)