Gitlab

I wonder do any of the instructors use GitLab fully?
The classes I’ve seen so far they do have a Diff showing what is different for that specific episode but it would have been nice if they had taken the extra few moments to put each episode in its own revision.

Currently for the class I’m on I probably have a really small typo that I’m having issues finding but because I can’t easily see what the code should look like by the end of the episode its making it really hard to find it.

Personally I find the lack of using the revision tool really lowering the usability of the class.

Each lecture has a commit in GitLab.


You just need to look at that to see what the code should look like at the end of the lecture

Yes, but all it has is the Diff like I said, 15. Keeping Score (82fc61db) · Commits · GameDev.tv / Complete Unity 2D 2021 / Quiz Master · GitLab

If it was used fully then they could have more than just one Master at GameDev.tv / Complete Unity 2D 2021 / Quiz Master · GitLab they could have given each episode the complete package so you could easily compare it instead of having to read the Diff

Gitlab only shows the diff. But each lecture’s changes have been committed as a ‘revision’. If you click on the folder here


It will show you the complete repository as it was after that lecture’s code was committed. No diffs, just the complete project as it was at that point.

If you want to see the entire project, click ‘Browse files’. Do not click anywhere else.

image

The URL should contain a ‘cryptic’ sequence of characters, which refers to the commit ID:
https://gitlab.com/GameDevTV/unity2d-v3/quiz-master/-/commit/82fc61dbfbad5e0ee5d5452553b4e384a7050009.

If you see a readable URL, you see the latest project state, not the project state of ‘15. Keeping Score’.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms