Source control Unreal Engine 4 Gitlab git setup tutorial 2

preview_player
Показать описание
In that tutorial, i explain how you can install git, to your PC, do a basic setup for working with source control in Unreal Engine 4.25.

Then try again to write a login and password to log in again.

Also, i attached the basic login commands:

Git global setup

Create a new repository
cd testproject
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master

Push an existing folder
cd existing_folder
git init
git add .
git commit -m "Initial commit"
git push -u origin master

Push an existing Git repository
cd existing_repo
git remote rename origin old-origin
git push -u origin --all
git push -u origin --tags

Also, it will be helpful if you support me on the patreon.
Crypto:
BTC bc1q55zezysg8efvlvg5ljkrf0unnp7mhe9nuf2gwm
USDT Tether TRC20 TNuFfYXYmqkyQ6gZK4yXvRmdeeeJr8svcG
DOGE DHZ7WNZwjm6Xq9QAHpPzm53PDQNxVoCtQ4
Рекомендации по теме
Комментарии
Автор

In the new versions with LFS works buggy and lock and unlock not working fine and for that better use perforce to have not conflict work.

Owl_UA_Unreal
Автор

Can we use github desktop with this by using the url ?

Kenzu-dev
Автор

Do you know why the .git folder doesn't appear after using the "git init" command even if it says "Initialized empty Git repository in C:/Pixelproject/.git/" ?

adamturmel
Автор

This tutorial is legit impossible to follow as a beginner

exuld
join shbcf.ru