+ 1
Does someone knows where I can learn to use github?
I heard that github can be used for front end developing too, so I am curious about how can I learn properly.
6 Answers
+ 4
These may be helpful..!
https://hackr.io/tutorials/learn-git
Here you get best, free or paid courses - tutorials of programming languages
https://hackr.io/
Before you start with any new skills, you should check it once..!š
+ 3
See video in YouTube, this useful for you
+ 2
Github is to be used with the Git versioning system. It can be used with any language and most file types. You can download and learn how to use git here;
git-scm.com
github.com will also have some tutorials on how to use git with their site and how to make repositories etc.
P.S. Bitbucket is another one I like to use at times.
+ 2
Btw, Github is not a different language.
you just put html, css and js.
Or, if u r talkin about how to use the app / site, you can probably just play around on it until you figure it out, or watch some youtube videos_
+ 1
Thanks all. I appreciate very much. I will look at it.