Open source contributions are important source of learning for software developers today. A practical guide to start contributing to open source projects is ...
Open source contributions are important source of learning for software developers today. A practical guide to start contributing to open source projects is here. I am starting a new video tutorial series in which I will explain everything in detail about what is open source? Why people contribute it? This series will also contain git tutorials for common git commands (pull, add, commit, push) and advanced git commands (merge, rebase, fetch, upstream). I will demonstrate by creating pull request and issues. I will also talk about Google Summer of Code and Outreachy programs for open source contributions.
Playlist URL: https://youtu.be/RHETubkhjY8?list=PLR0CKdeR_FyscaxEksDVXc4UQvlOFLYS6
In this first video, I am talking about what really open source is and why people contribute to open source projects? This video will also give you a gist on what we are going to see in the next video.
In today's video, we are doing to learn about what is GIT & Github and why should we use them. Git is a distributed version control system for tracking changes in source code during software development.
Naz talks about the differences and similarities between Git and Github. A very common question amongst the programming community. Let's settle this once and for all.
Git and GitHub full course will help you understand the basics of Git, followed by installing Git on Windows. You will learn about GitHub and look at the difference between Git and GitHub. You will look at some of the essential Git commands. Then, you will understand Git merge conflict and how to resolve it. Finally, we'll see some critical git interview questions.
Git and GitHub Tutorial || Git Architecture || Git Crash Course || Professional Git (Things no one taught). This is a git tutorial for beginners/ github tutorial using git bash only. Hence it will enhance the knowledge of git commands as we will do all the operation used in git using git bash and git command manually. There are many GUIs available but using commands will be the best way to learn git.
Git has become ubiquitous as the preferred version control system (VCS) used by developers. Using Git adds immense value especially for engineering teams where several developers work together since it becomes critical to have a system of integrating everyone's code reliably.