You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: units/git/vcs-git-and-github.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ VCS, Git & GitHub
12
12
1. Collaboration
13
13
2. Track complete change history
14
14
3. Branching and Merging
15
-
4. Versions
15
+
4.Releases and Versions
16
16
5. Revert/Rollback
17
17
18
18
#### Distributed Version Control Systems
19
19
* Code is hosted in a repository
20
20
* Every client has a complete copy of the repository
21
-
* Synchronize the changes in between client & server
21
+
* Synchronize the changes in between client and server
22
22
* Every clone is really a full backup of the repository
23
23
* Example: Git, Mercurial, etc.
24
24
@@ -27,7 +27,7 @@ VCS, Git & GitHub
27
27
## Git
28
28
29
29
#### What is Git?
30
-
Git is a Distributed Version Control System (VCS). More precisely, the most popular & widely used modern version control system today.
30
+
Git is a Distributed Version Control System (VCS). More precisely, the most popular and widely used modern version control system used today.
31
31
32
32
It was originally developed by Linus Torvalds the creator of the Linux kernel.
33
33
@@ -59,6 +59,8 @@ For other distros check the official docs https://git-scm.com/downloads.
59
59
https://git-for-windows.github.io/
60
60
2. Install Git
61
61
62
+
**Note: This tutorial more focuses on CLI usage. If you're a windows user and prefer GUI instead, please go through this instadinstadtutorial: https://code.tutsplus.com/tutorials/git-on-windows-for-newbs--net-25847.**
63
+
62
64
##### Check Installation
63
65
Once installation is completed, veriy that git is proplery installed on your computer using
0 commit comments