Skip to content

Instantly share code, notes, and snippets.

View appsplash99's full-sized avatar
πŸ˜‹
Have a Good Day!

Apurv Chimralwar appsplash99

πŸ˜‹
Have a Good Day!
View GitHub Profile
@appsplash99
appsplash99 / _spacing-helpers.scss
Created April 1, 2021 10:13 — forked from jacurtis/_spacing-helpers.scss
SASS Margin and Padding Helpers Loop. Generates .m-t-10 type helper classes.
/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@appsplash99
appsplash99 / GitCommitEmoji.md
Last active July 5, 2022 08:38 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji

Inspired by dannyfritz/commit-message-emoji

See also gitmoji.

Commit type Emoji
Initial commit πŸŽ‰ :tada:
Version tag πŸ”– :bookmark:
New feature ✨ :sparkles:
Bugfix 🐞 :lady_beetle:
@appsplash99
appsplash99 / private-github-forks.md
Created June 4, 2025 06:39 — forked from devinschumacher/private-github-forks.md
Github Private Forks: How to privately fork a repository
title description tags
How to Create a Private β€œFork” of a Public GitHub Repo
Step-by-step guide to clone a public repo into a private repository in your organization while still pulling in upstream changes.
git
github
private-fork
cli