-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitnote
More file actions
16 lines (16 loc) · 964 Bytes
/
gitnote
File metadata and controls
16 lines (16 loc) · 964 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Developers writes source code
local computers: centralized place, share the code,
https://about.gitlab.com/topics/version-control/what-is-centralized-version-control-system/
https://about.gitlab.com/topics/version-control/benefits-distributed-version-control-system/
https://git-scm.com/downloads/win
https://www.atlassian.com/git/tutorials/source-code-management
A centralized version control system offers software development teams a way to collaborate using a central server.
Software development teams use distributed version control systems to accelerate delivery.
Git Installation:
https://git-scm.com/ = done
Github: Cloud based website Microsoft
Github.com:
About branches
Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and can have multiple other branches. You can merge a branch into another branch using a pull request.
github pricing:
https://github.com/pricing