193

Learn git right after you learn your first programming language.

Comments
  • 11
    Or rather, learn git while learning your first programming language.
  • 5
    Agreed. Much better than learning after loss of a major project.
  • 5
    Or just learn 5 magic commands

    git init
    git add .
    git commit . -m "Dont know git yet "
    git remote add
    git push

    And as you grow learn more

    Edit : And use bit bucket for free, no need to accidentally commit aws creds to a public GitHub project
  • 0
    No one should write a major program while only having learnt one language. That's not good.
  • 0
    @alertJS Git branch and git checkout are pretty important too!
  • 0
    @Canvasowl yeah, but then you need to merge somewhere down the line
Add Comment