Jump to content

Recommended Posts

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 !

Link to comment
https://royalhack.net/forums/topic/13297-git-github/#findComment-28008
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Read Terms of Use to continue