Source control Unreal Engine 4 Gitlab git setup tutorial 3

preview_player
Показать описание
In that tutorial, i explain how you can push data or Unreal project to the GitLab repo. Also, put .gitignore txt file to the Unreal Engine project folder and paste that's all:

Used commands:
git init (only once need calls in the folder),
git status (get status from server and your local repo).

To get from repo to your PC files:
git pull URL (from repo),

To push to the repo from your local files:
git add .
git commit -m "YOUR COMMIT MESSAGE"
git remote add origin URL (ONLY ONCE do once from repo)
git push origin master (master by default, or another name or branch if you have)

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
Автор

I am pretty sure you do not want to push .log or .ini files...

viciousvndta
visit shbcf.ru