-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
56 lines (26 loc) · 1.28 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
README
Git
=====================================
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
LINK:
https://git-scm.com/
Git is easy to learn and has a tiny footprint with lightning fast performance.
It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching, convenient staging areas, and multiple workflows.
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improvements.
LINK:
https://github.com/git/git
Learn Git with Bitbucket
LINK:
https://www.atlassian.com/git/tutorials
Interested in learning Git? Well you've come to the right place! "Learn Git Branching" is the most visual and interactive way to learn Git on the web;
LINK:
https://learngitbranching.js.org/
Visualizing-git
LINK:
https://git-school.github.io/visualizing-git/#free
Conventional commits & Semantic Versioning
LINK:
https://www.conventionalcommits.org/en/v1.0.0/
https://semver.org/
About: Conventional Commits
Semantic Versioning