thesstraight 4 Posted Monday at 07:07 PM Report Share Posted Monday at 07:07 PM I was wondering if anyone can recommend me courses for learning GIT i would appreciate it and also some c++ GITHUB projects for me to take a look/study from. 1 Quote Link to comment https://royalhack.net/forums/topic/13297-git-github/ Share on other sites More sharing options...
UnstucK 1497 Posted yesterday at 03:50 PM Report Share Posted yesterday at 03:50 PM On 6/30/2025 at 9:07 PM, thesstraight said: I was wondering if anyone can recommend me courses for learning GIT i would appreciate it and also some c++ GITHUB projects for me to take a look/study from. Nothing better than the GIT documentation to learn GIT, and also EXPERIMENT it ! nothing better than actually trying what you want to learn. Push commits, revert, create multiple branches, merge, rebase, whatever. As for C++ projects, none, you won't learn C++ by reading an existing project, you will learn C++ by reading books, and again, EXPERIMENTING with it  create simple code, make it work, once it works, take a break and ask yourself, why does it work ? how does it run ? what's an operating system, what's memory, what's a CPU, how my " if(a==12)" is interpreted by my CPU, basically just be curious, mess with it, and you will learn FAST ! Quote Link to comment https://royalhack.net/forums/topic/13297-git-github/#findComment-28008 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.