The Wayback Machine - https://web.archive.org/web/20250127090039/https://github.blog/changelog/2025-01-22-create-pull-request-from-an-existing-branch-on-github-mobile/
With this update, developers can review edited files and open a pull request from an existing branch anytime, anywhere, making your workflow smoother when moving between desktop and mobile.
Simply tap the + button on the repository or pull request view, select a branch, review the code and create a pull request if everything looks good. You can then continue testing or making adjustments on the desktop, making the development process more flexible and efficient.
GitHub Models makes it easy for every developer to build AI features and products directly on GitHub. Try and compare models for free in the playground, or integrate all 40+ models into your app with just one API key.
In order to improve navigation thorugh our growing catalog of models, you can now sort models by:
Alphabetical
Recently added
Output token limit (maximum text generated by the model)
Input token limit (maximum text length model can process)
Copilot chat on GitHub.com just leveled up! It now supports repository-specific custom instructions, giving you a more tailored and personalized chat experience. This means you can provide Copilot with important details about your development stack, coding standards, or even how you prefer to chat. 🎉
Now, you can use repository-specific custom instructions when chatting with Copilot in Visual Studio, VS Code and on GitHub.com
🚀Getting Started
Create a .github/copilot-instructions.md file in your repository (if .github doesn’t exist yet, go ahead and create it).
Add your custom instructions to the file.
That’s it! Copilot chat will automatically apply these instructions whenever you’re chatting about that repository.
💡Looking for ideas? Here are some examples to kick things off:
JavaScript: “Omit semicolons in code examples.”
Python: “We use Poetry for dependencies, not pip. Share instructions using Poetry.”
General style preference: “Use arrow functions instead of traditional function expressions.”
Start customizing and make Copilot chat feel like an extension of your team! 🛠
✕
Wait! Don't Go Yet 🚀
Get our FREE eBook "10 Programming Tips That Changed Everything" when you subscribe!