Tagged: git

0

Semantic versioning

SemVer stands for Semantic Versioning. At the time of writing, 2.0.0 is the latest of the versioning strategy. This article won’t outline the entirety of strategy, that you can get on their website. Just...

0

Using Version Control: Git/Github

What is Github? Why and how to use it? Github is a web based version control repository i.e its there to host your application while preserving its history of versioning. There are several version...