Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0d1330f

Browse files
Add a note for GUI users
1 parent 421d928 commit 0d1330f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎units/git/vcs-git-and-github.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ VCS, Git & GitHub
1212
1. Collaboration
1313
2. Track complete change history
1414
3. Branching and Merging
15-
4. Versions
15+
4. Releases and Versions
1616
5. Revert/Rollback
1717

1818
#### Distributed Version Control Systems
1919
* Code is hosted in a repository
2020
* 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
2222
* Every clone is really a full backup of the repository
2323
* Example: Git, Mercurial, etc.
2424

@@ -27,7 +27,7 @@ VCS, Git & GitHub
2727
## Git
2828

2929
#### 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.
3131

3232
It was originally developed by Linus Torvalds the creator of the Linux kernel.
3333

@@ -59,6 +59,8 @@ For other distros check the official docs https://git-scm.com/downloads.
5959
https://git-for-windows.github.io/
6060
2. Install Git
6161

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+
6264
##### Check Installation
6365
Once installation is completed, veriy that git is proplery installed on your computer using
6466

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /