Skip to content

Instantly share code, notes, and snippets.

View rishavpandey43's full-sized avatar
💼
Working!

Rishav Pandey rishavpandey43

💼
Working!
View GitHub Profile
@rishavpandey43
rishavpandey43 / countryCodeWithFlag.json
Last active June 2, 2020 04:36
Country code with flag in json format
[
{
"countryName": "Afghanistan",
"countryCode": "AF",
"callingCode": "+93",
"flag": "https://upload.wikimedia.org/wikipedia/commons/9/9a/Flag_of_Afghanistan.svg"
},
{
"countryName": "Aland Islands",
"countryCode": "AX",
@rishavpandey43
rishavpandey43 / git-commit-styleguide.md
Last active May 5, 2024 20:14
This gist consist of the rules and best practice of good conventional git commit message

Git Commit Messages Style-Guides

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")
  • Limit the first line to 72 characters or less
  • Reference issues and pull requests liberally after the first line
  • When only changing documentation, include [ci skip] in the commit title
  • Consider starting the commit message with an applicable emoji

Types

@rishavpandey43
rishavpandey43 / gist:edcd6566f33bf4e278fde7a60b7115bf
Created March 13, 2020 01:53 — forked from digitaljhelms/gist:4287848
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch