Been with Github a year #21559
-
Hello fellow programmers i have been with Github for a year now and i feel i barely scratched the surface on what this site can do and offer. I made a few repositories showcasing my work general files and contributed on a few repositories but i want more. I have been told that Git is a very usfull tool for programmers can someone explain how to use Git and what can i contribute towards it. This may be a generic question but i would like the details if possible fellow members who are more experienced in the developement world. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
For someone learning more advanced features of git, I always found this interactive tutorial an interesting way to play around with the features. I use this in my university courses and find that students always respond well to it: Git Branching Playground We will solve the “Introduction Sequence” levels in: |
Beta Was this translation helpful? Give feedback.
-
I recommend you take this course on git by Codecademy. That is how I started out programming git. |
Beta Was this translation helpful? Give feedback.
-
Few interesting course, ebook and articles I would recommend here : https://opensource.com/article/17/6/github-driven-development?utm_campaign=intrel https://opensource.com/life/16/8/how-construct-your-own-git-server-part-6?utm_campaign=intrel https://git-scm.com/book/en/v2 https://www.udacity.com/course/how-to-use-git-and-github–ud775 Hope this helps!!! |
Beta Was this translation helpful? Give feedback.
-
Thank you i will check it out and see what i can do. |
Beta Was this translation helpful? Give feedback.
-
I have not been on codeacademy in a long time since i started programming i will refer back to the site and learn the Git. Thank you. |
Beta Was this translation helpful? Give feedback.
For someone learning more advanced features of git, I always found this interactive tutorial an interesting way to play around with the features. I use this in my university courses and find that students always respond well to it:
Git Branching Playground
We will solve the “Introduction Sequence” levels in:
http://pcottle.github.io/learnGitBranching/