Blog

My daily notes on the learning process and the problems I often encounter

image-fa2f36c7bfa4cbb8afd83ba565b30663198d9bab-5000x3313-jpg

Github Commands with Git Bash

Git commands are a distributed version control system for tracking changes in any set of files. They were originally designed for coordinating work among programmers who were operating source codes during software development.

image-f64e4b47905ad6964efea14be1096fdf8d8696b5-3984x2656-jpg

WHATS IS SLUG ?

A URL slug refers to the end part of a URL after the backslash (“/”) that identifies the specific page or post. Each slug on your web pages needs to be unique, and they provide readers and search engines alike with information about the contents of a web page or post.

image-c0e622f74b7eeacc623cac46fa92de044757ad58-6000x4000-jpg

Conventional Commits 1.0.0 Github

The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write automated tools on top of. This convention dovetails with SemVer, by describing the features, fixes, and breaking changes made in commit messages.