Back to Browse

Introduction to Git and GitHub in Tamil | What is Git | Why we need Git & Git Hub | Work flows |

542 views
Aug 29, 2022
5:33

Videos links: 1. Git and GitHub introduction : https://youtu.be/UIM2xiTn-_Q 2. Git and GitHub setup, Local system commands : https://youtu.be/Eb-pSRAg2-0 3. Git remote and basics - https://youtu.be/l1bITUFXmqs 4. Git branching - https://youtu.be/x-sx1mfF3s8 5. Git merge and rebase - https://youtu.be/KCYs4G3FtDU 6. Git fork and pull request - https://youtu.be/0zCdNUHIcSY Chapters of this video:- Introduction : 00:00 - 00:17 Motivation to Git : 00:18 - 02:25 Git : 02:25 - 03:45 Git Hub : 03:46 - 04:25 Alternatives of Git Hub : 04:26 - 04:35 Git Hub advantages : 04:36 - 04:45 Summary : 04:46 - 05:20 What is Git ? Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git stands for Global Information Tracker. Git was create by Linus Torvalds, the creator of Linux. What is version control? Version control refers to the process of saving different files or ‘versions’ throughout the various stages of a project. This enables developers to keep track of what has been done and return to a previous phase if they decide they want to revert some of the changes they’ve made. Git snapshots : Unlike most other Version Control Systems (VCSs), git stores each saved version as a ‘snapshot’ instead of a list of changes made to each file. You can reference old snapshots whenever you need to and new snapshots are created when your project is modified. What is Distributed Version Control System ? Git also enables you to ‘push’ and ‘pull’ changes to and from installations on other computers. This makes it what is known as a ‘Distributed Version Control System’, and enables multiple developers to work on the same project. What is GitHub ? GitHub makes it easier to collaborate using git. It’s a platform that can hold repositories of code in cloud-based storage. It also includes project organization and management features. You can assign tasks to individuals or groups, set permissions, and roles for collaborators, and use comment moderation to keep everyone on task. GitHub is one of the good platform for "social coding". What is social coding ? GitHub repositories are publicly available. Developers from across the globe can interact with and contribute to each other’s code in order to modify or improve it, which is known as ‘social coding’. In a way, this makes GitHub a networking site for web professionals. Not only GitHub : Git lab Bitbucket Gogs and etc. Why we choose GitHub : Popular Large user base Social coding Work with professionals #git #github #gittamil #githubtamil

Download

0 formats

No download links available.

Introduction to Git and GitHub in Tamil | What is Git | Why we need Git & Git Hub | Work flows | | NatokHD