emmcold / KoochiProblems

GNU General Public License v3.0
2 stars 1 forks source link

Learn about git #24

Open emmcold opened 6 years ago

emmcold commented 6 years ago

https://www.youtube.com/watch?v=4SD6rWt9wUQ

emmcold commented 6 years ago

@sinhaaman can you please share some good materials about git that can be helpful for me.

sinhaaman commented 6 years ago

yes sure, give me 2 minutes. I can give a demo for 1 hour and then it could be sufficient. Meanwhile I am searching for some stuffs. It is just about practice to git. That's it, sometimes you will screw up with git, but don't worry.

emmcold commented 6 years ago

@sinhaaman Yesterday or the day before when you made me ignore some parts of the git, were they these folders: I don't need these, right? image

sinhaaman commented 6 years ago

I tried this site to learn git once. https://try.github.io/levels/1/challenges/1

This is an easy site and will teach you the basic with which you can start. Rest will follow when you start making commits in git.

Regarding previous comment, yes, I don't want those folder to be checked in. They are eclipse related folder and should not be checked into the git. Only your source code should be checked in i.e. .java files.

sinhaaman commented 6 years ago

@emmcold In order to get some quiz of the git after learning. This is also a good site. https://www.codecademy.com/learn/learn-git

I haven't tried but codeacademy is good. The above two links will make you learn git. Don't worry at all

emmcold commented 6 years ago

Thanks @sinhaaman for the materials.