I am trying out git on my local system, and I am a complete beginner, that is I have 0 knowledge of git. For a starting I wish to undertake some kind of project to get the hang of how it works. I wish to do it locally, but if you are interested, I am ready to work as a team on GitHub. Do you have any idea ? It ought to be graphical and fun !
As a beginner, I’d start with small things. And not in a real code repository. Copy a few text files into a directory, and then commit them into version control. Modify them. See how the workflow is. Check if you can go back 2 versions and find out what changed. Do a branch and edit stuff there, then get it into the main branch. See if you can cause a merge conflict and handle it.
If you can do all of that on random placeholder textfiles, you can move on. But we’d need to know which programming languages and software you like to give recommendations.
LoveEspresso@cafe.coffee-break.cc
NormDeplume@lemmy.world 3 weeks ago
While it’s not a project, this is number one tool I recommend someone looking to learn git: https://learngitbranching.js.org/. It’ll teach you about how git actually works