DEV Community

Discussion on: Git/GitHub

Collapse
 
manuelare profile image
Manuela Redinciuc

Git and Github are two different things and it can be quite confusing at the beginning.
Here is an article explaining Git: freecodecamp.org/news/what-is-git-...

Using git you can share your local projects and have remote repositories in GitHub.

Here is a little free tool for learning Git: learngitbranching.js.org/
Start with that and practice with using your github account.

As a developer git will be part of your daily life and making use of it in a clever way will simplify your life immensely.
Only after starting my first job as a developer I got to really grasp its power and I've actually written and article about my learnings.

Collapse
 
m1keym profile image
Mikey

Thank you, will take a look 😊