What is Repository – Git & Github – Branch ,Tag ,Merge ,Update,Head – Complete in 15 MINUTES 🔥🔥



What is Repository – Git & Github – Branch ,Tag ,Merge ,Update,Head – Complete in 15 MINUTES 🔥🔥

What is Repository - Git & Github - Branch ,Tag ,Merge ,Update,Head - Complete in 15  MINUTES 🔥🔥

Don’t forget to Hit the Subscribe Button
Below: https://goo.gl/FZkVrR

———————————————————————————————————-

Git and GitHub Training In Hindi
Click here. : https://rb.gy/ot8r5q

Topic Introduction:-
What is Repository – Git & Github – Branch ,Tag ,Merge ,Update,Head – Complete in 15 MINUTES 🔥🔥

In software development, a repository is a central file storage location. It is used by version control systems to store multiple versions of files. While a repository can be configured on a local machine for a single user, it is often stored on a server, which can be accessed by multiple users.
A repository contains three primary elements — a trunk, branches, and tags. The trunk contains the current version of a software project. This may include multiple source code files,as well as other resources used by the program. Branches are used to store new versions of the program. A developer may create a new branch whenever he makes substantial revisions to the program. If a branch contains unwanted changes, it can be discontinued. Otherwise, it can be merged back into the trunk as the latest version. Tags are used to save versions of a project, but are not meant for active development. For example, a developer may create a “release tag” each time a new version of the software is released.
A repository provides a structured way for programmers to store development files. This can be helpful for any type of software development, but it is especially important for large development projects. By committing changes to a repository, developers can quickly revert to a previous version of a program if a recent update causes bugs or other problems. Many version control systems even support side-by-side comparisons of different versions of files saved in the repository, which can be helpful for debugging source code. Additionally, when a repository is stored on a server, users can “check out” files for editing, which prevents files from being edited by more than one user at a time.

Source Code: for source code Please leave your email id in the comment box.

—————————————————————————————
Learn New Technologies — Visit Our Channel —

https://www.youtube.com/tutorialspoint2016

1) CodeIgniter Mini Project Tutorial in Hindi/Urdu
Using Angular JS & Boostrap 3 : https://goo.gl/FSwsJ4

2) Codeigniter Tutorial for Beginners
Step by Step in Hindi : https://goo.gl/bxG6gJ

3) PDO-OOP-PHP-CRUD-with-Bootstrap : https://goo.gl/q1KRTn

4) AngularJS Tutorial for Beginners
(For Absolute Beginners ) : https://goo.gl/Hak26N

5) JSON Tutorial for Beginner : https://goo.gl/ryPu35

6) Git and GitHub Training In Hindi : https://goo.gl/HpToSd

7) Java Tutorial For Beginners
(Step by Step tutorial) : https://goo.gl/QxJ68x

8) PHP Tutorial for Beginners (For Absolute Beginners) : https://goo.gl/S3urkU

9) OOPS Tutorial for Beginners in PHP : https://goo.gl/k2kJDM

10) Bootstrap Tutorial for Beginners : https://goo.gl/NGFDse

11) Magic Methods in PHP Tutorial : https://goo.gl/BdYLfJ

12) Build a PHP MVC Application : https://goo.gl/yqDCkb

13) Whats new in PHP 7 | (Introduction) : https://goo.gl/rTTKkr

14) CRUD with PHP and MySQLi Tutorial : https://goo.gl/yyjWD7

15) Technology Tips and Tricks : https://goo.gl/MpR952

16) MongoDB Tutorial for Beginners (Hindi) : https://goo.gl/NZXD1u

———————————————————————————————
For any queries feel free to comment or send a mail on [email protected]

You can connect with us in social Media :-

facebook : https://www.facebook.com/TechnicalSunejaji/
Want to Join : https://www.facebook.com/groups/1981858225403035/

Don’t forget to hit the Subscribe & Like button!

————————————————————
#git #github #computerScience #Repository

Comments are closed.