@github: New project idea but left the laptop at home? Create a repo right from your phone. Name it, set visibility, and adjust …
Summary
GitHub Mobile now allows users to create repositories directly from their phone, with options for name, visibility, description, template, and initial files.
View Cached Full Text
Cached at: 05/25/26, 12:27 AM
New project idea but left the laptop at home? Create a repo right from your phone. Name it, set visibility, and adjust the details in the GitHub Mobile app. https://github.blog/changelog/2026-05-11-create-repositories-on-the-go-with-github-mobile/…
Create repositories on the go with GitHub Mobile
Source: https://github.blog/changelog/2026-05-11-create-repositories-on-the-go-with-github-mobile/ You can now create new repositories directly from the GitHub Mobile app.
On iOS, start from eitherHomeor yourProfile, tap the**+button, and chooseCreate repository**. On Android, you can create a repository fromHomeor from theRepositoriessection of yourProfile.
When you create the repository, you can:
- Choose to create it under your account.
- Enter a repository name.
- Set the visibility (PublicorPrivate).
- Add an optional description.
- Optionally select a template.
Depending on whether you choose a template, you’ll see different setup options:
- If you select a template:You’ll only have the option toInclude all branches(default:Off).
- If you don’t select a template:You can initialize the repository by choosing whether toAdd a README(default:Off), and you can optionally add a
\.gitignoreand a license.
You’ll then be taken straight to your new repository so you can start collaborating, browsing code, or pushing your first commit.
Download or update GitHub Mobile today from theApple App StoreorGoogle Play Storeto get started.
Join the discussion withinGitHub Community.
Similar Articles
@github: Start work on your computer, continue your local session anywhere. Remote control for GitHub Copilot CLI and @code sess…
GitHub has made remote control for GitHub Copilot CLI and VS Code sessions generally available, allowing users to start work on one machine and continue seamlessly from another.
Local Git Remotes
A tutorial on setting up local git remotes using bare repositories for personal projects, allowing offline-friendly push/pull workflows.
@DivyanshT91162: I think GitHub repos are quietly replacing half the SaaS industry. This one turns a prompt into a live dataset. Type: "…
Promotes a GitHub repo that lets users describe a dataset in natural language and have AI agents research the web to build a structured table, exportable to CSV, with automatic refreshes.
@ManusAI: New: Projects are now available on mobile. We’ve updated the experience so you can organize project-based work wherever…
ManusAI announces that Projects feature is now available on mobile, allowing users to organize project-based work with task management, shared files, and connectors.
@HowToAI_: Someone just built a tool that turns any GitHub repo into an interactive knowledge graph. You just paste any repo, and …
A new open-source tool converts GitHub repositories into interactive knowledge graphs, allowing users to visualize code structures and query them using a natural language AI agent.