I like the course very much and how you take Unity as an example. You also sat that git can also be used with Unreal but that seems to me a bit complicated. It would be very good if you can add a short example using Git with Unreal
Using git with Unreal is the same, you just need to use the unreal .gitognore instead. What specific challenges are you having.
Well its works fine with Unity but with Unreal the GitHub shuts down after a while and would not accept the push. Maybe Unreal project is too large? Anyhow it would be nice to learn how to handle this.
I get this error when pushing:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --tags --set-upstream Github master:master
POST git-receive-pack (chunked)
error: RPC failed; curl 92 HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8)
fatal: the remote end hung up unexpectedly