The Power of Git in Unreal Engine: a Step-by-Step Guide | UE5

Описание к видео The Power of Git in Unreal Engine: a Step-by-Step Guide | UE5

Unreal Engine projects are huge and can get messed up quite easily, so make sure to use Git and back it up to GitHub. Whether you are a solo dev or working with a team, these tools are a must for any software project.

Download git
https://git-scm.com/download/win

Create a repository on GitHub
https://github.com/new/

Command for generating SSH key
ssh-keygen -t ed25519 -C "WRITE_YOUR_EMAIL_HERE"

Command for viewing the public key in the terminal
cat /c/Users/Alizoh/.ssh/id_ed25519.pub
Replace the above path with the path to your public key

Download the project files and support my channel on Patreon
  / alizoh  

Join my Discord server to chat and mingle with the community
  / discord  

Chapters:
00:00 Intro
00:37 Downloading git
01:25 Setup git in the unreal engine editor
03:07 Making our first git commit
05:51 Creating a repository on GitHub
07:28 Connecting to GitHub using HTTPS
09:29 Connecting to GitHub using SSH
12:06 Common Git Workflow
15:57 Use git history to go back to previous version of your project
17:55 Conclusion
18:25 Outro


About me:
I've been learning game development for a few years now, I have a background in software engineering, and I also have a background in education, so being able to combine my love of gaming, software engineering and education is the best way to spend my time.

I am currently working on a few unreal engine games as a hobby, but I am also trying to build a community, thus I am creating YouTube tutorials to find others who are interested in game development and design.


#git #unrealengine5 #tutorial #unrealengine #ue5 #gamedev #github #version #control #versioncontrol #backup

Комментарии

Информация по комментариям в разработке