Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.77 KB

github-git-tools-on-vm.md

File metadata and controls

30 lines (20 loc) · 1.77 KB
title description author ms.author ms.topic ms.date ms.service
Using GitHub with Git Tools on the Azure Game Development Virtual Machine
Learn what Git tools come pre-installed on the Azure Game Development Virtual Machine and how to manage repositories with GitHub.
meaghanlewis
mosagie
conceptual
03/09/2022
azure-gaming

GitHub and Git Tools on the Game Development Virtual Machine

Important

[!INCLUDE reminder]

Using source control solutions like Git and GitHub are essential so that teams can collaboratively work on game development.

Git tools

Git is a commonly used distributed version control solution in the developer community. This Game Development Virtual Machine comes with the complete Git toolset installed, including Git Bash, Git CMD and the Git GUI client. It also includes the Git Large File Storage (LFS) extension which is perfect for versioning large files for game development.

Manage repositories with GitHub

The Game Development Virtual Machine comes with Visual Studio 2019 and Visual Studio Code pre-installed too. Both easily provide tooling to easily integrate with Git and GitHub, so you can clone your favorite GitHub repository using your most familiar method right away, without spending time to configure the infrastructure.

And Visual Studio Code comes with the GitHub Pull Requests and Issues extension, which allows you to review and manage pull requests and issues seamlessly.

Next steps

For more information about how to use and manage the GitHub repositories, please visit the GitHub Docs page on managing repositories.