1
0
mirror of synced 2025-12-21 02:46:50 -05:00

Add guide: "Learning a new programming language with GitHub Copilot" (#56258)

This commit is contained in:
hubwriter
2025-06-27 09:50:28 +01:00
committed by GitHub
parent 81ff238ec2
commit 44920ffdf7
10 changed files with 199 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ For ease of maintaining code, you might want to move code to a language that is
{% data variables.product.prodname_copilot_short %} can help you translate code from one language to another. Translating a standalone file, such as a script, is straightforward. This process is described in this article.
Translating a project containing multiple files is a more complex process, and is described in [AUTOTITLE](/copilot/using-github-copilot/guides-on-using-github-copilot/using-copilot-to-migrate-a-project).
Translating a project containing multiple files is a more complex process, and is described in [AUTOTITLE](/copilot/tutorials/using-copilot-to-migrate-a-project).
## Example scenario