Skip to content

Instantly share code, notes, and snippets.

View mcbryan1's full-sized avatar
πŸ‘¨β€πŸŽ“
Truth Can Be Found at one place: the code

Solomon Tetteh Sackey mcbryan1

πŸ‘¨β€πŸŽ“
Truth Can Be Found at one place: the code
View GitHub Profile

Git Commit Style Guide

Inspiration: Deis Commit Style Guide

I often quote Deis in sections below.

Motivation

It makes going back and reading commits easier. It also allows you to spend less time thinking about what your commit message should be.

@mcbryan1
mcbryan1 / Assets
Created April 3, 2022 22:28 — forked from adrianhajdin/Assets
React Native - NFT Marketplace Showcase
https://minhaskamal.github.io/DownGit/#/home?url=https://github.com/adrianhajdin/nft-marketplace-showcase/tree/main/src/assets
@mcbryan1
mcbryan1 / App.css
Created February 1, 2021 00:23 — forked from adrianhajdin/App.css
/* CHAT STYLES */
* {
font-family: Avenir, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
letter-spacing: 0.5px;
}
.ce-chat-list {
background-color: rgb(240, 240, 240) !important;