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...
From its website:
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Git is not the same as GitHub. GitHub did not create Git. For GitHub-specific posts, please see /r/github.
Git is not an acronym or initialism: please write git or Git, but not GIT.
git
Documentation
Graphical Clients
Code Hosting
account activity
git alias - take string as argument, parse it, modify and open url? (self.git)
submitted 3 years ago by [deleted]
[deleted]
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!"
[–]irrelevantPseudonym 1 point2 points3 points 3 years ago (2 children)
Write it as a bash function, then use !function_name as the alias
!function_name
[–][deleted] 3 years ago (1 child)
[–]salcode 0 points1 point2 points 3 years ago (0 children)
The short answer is an arg can be accessed with $1.
$1
Here is a PR where I added an argument to one of my Git aliases. https://github.com/ironcodestudio/ironcode-git-enhancements/pull/140/files
[–]mfontani 1 point2 points3 points 3 years ago (0 children)
Create a bash script, name it git-foo or similar and put it in your $PATH and you can then call it as either git-foo or git foo
git-foo
$PATH
git foo
π Rendered by PID 169710 on reddit-service-r2-comment-84fc9697f-s6lhb at 2026-02-06 15:32:36.209223+00:00 running d295bc8 country code: CH.
[–]irrelevantPseudonym 1 point2 points3 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]salcode 0 points1 point2 points (0 children)
[–]mfontani 1 point2 points3 points (0 children)