Skip to content

pedroAkiraDanno/Git2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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