Please enable JavaScript.
Coggle requires JavaScript to display documents.
INTRODUCTION, VCS : Verson control system - Coggle Diagram
INTRODUCTION
GIT
Free
Open-Source
Super-Fast
Scalable
Cheap
Branching
Merging
Used
`> 90%
Projects
CONFIGURE
Version
Git --version
Variables
User
.Name
.Email
Core
.Editor
"code --wait"
.Autocrlf
LineEnding
Windows
true
Linux/Mac
input
Cmd
git config
--global <var> <value>
Level
System
All-Users
Global
All-Repo
Current-User
Local
Current-Repo
Open
git config
--global -e
.gitconfig
WHAT
Popular
VCS
Records
Changes
Over
Time
In-Database
Repository
History
Changes
Who
When
Track
Types
Centralized
Center-Server
Get-Copy
Latest
Share
Changes
Example
Subversion
Team-Foundation-Server
Problem
Failure
Single
Point
Distributed
Copy
Every
Member
Synchronize
Directly
Example
GIT
Mercurial
USING
Cmd-Line
Code-editors/IDE
VSCode
GitLens
GUI
GitKraken
Sourcetree
Limitations
Sometimes
Unavailable
HELP
SearchOnline
Git config
Terminal
git <option>
--help/-h
VCS : Verson control system