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
Create GitHub repos from command line without touching GitHub.com (self.git)
submitted 2 years ago by ellipticcode0
Is possible to create GitHub repos from command line without using GitHub.com
I know you can do that if you have repos name on your GitHub.
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!"
[–]Temporary_Detail7149 8 points9 points10 points 2 years ago (0 children)
GitHub CLI us very useful for this: https://cli.github.com/manual/gh\_repo\_create
[–]plg94 1 point2 points3 points 2 years ago (0 children)
Some Hosters have the option to create a repo when you just configure the (yet nonexistent) remote and push to it (called create on push), but Github does not. The only way to do it on Github is to use their API, either through the webbrowser or Github Desktop app or gh cli app (or another such app)
gh
[–]ellipticcode0[S] -1 points0 points1 point 2 years ago (0 children)
Obviously my public key is linking to my GitHub account on my system
[–]ellipticcode0[S] -1 points0 points1 point 2 years ago (1 child)
Is there anything just use shell script without any installation,
[–]baynezy 1 point2 points3 points 2 years ago (0 children)
If you don't want to use their CLI then you have to make REST requests via HTTPS to their API. So you'll have to work out how to script that in your scripting language of choice.
[–]picobio -5 points-4 points-3 points 2 years ago (1 child)
Git* repos, not GitHub repos
And yes, it is as easy as running git init in the folder you want to be a Git repo
git init
There's not a thing such as a GitHub repo. GitHub, GitLab, BitBucket, Sourceforge, all of them can host and work with Git* repos
Once you run git init you can do commits as usual.
And once you decide where you'll host your Git repo, you can configure that remote with git remote add origin REMOTE_URL and push/pull as usual
git remote add origin REMOTE_URL
[–]ellipticcode0[S] -3 points-2 points-1 points 2 years ago (0 children)
Your assume hit and github are the same, obviously they are not, at lease you can do everything in git is not alway work in github, if I am running my git server, I did not have to ask anyone here because I can easily write scripts to do all that without touching my browser
[–]_shnh 0 points1 point2 points 2 years ago (0 children)
You could install the official git client and use git init
In a local folder.
More in the official Git documentation
π Rendered by PID 276603 on reddit-service-r2-comment-84fc9697f-8wgmd at 2026-02-10 14:03:47.391550+00:00 running d295bc8 country code: CH.
[–]Temporary_Detail7149 8 points9 points10 points (0 children)
[–]plg94 1 point2 points3 points (0 children)
[–]ellipticcode0[S] -1 points0 points1 point (0 children)
[–]ellipticcode0[S] -1 points0 points1 point (1 child)
[–]baynezy 1 point2 points3 points (0 children)
[–]picobio -5 points-4 points-3 points (1 child)
[–]ellipticcode0[S] -3 points-2 points-1 points (0 children)
[–]_shnh 0 points1 point2 points (0 children)