Skip to content

Instantly share code, notes, and snippets.

View jayjongcheolpark's full-sized avatar
👨‍💻
Coding

Jay Park jayjongcheolpark

👨‍💻
Coding
View GitHub Profile
@jayjongcheolpark
jayjongcheolpark / better-git-branch.sh
Created February 16, 2024 18:34 — forked from schacon/better-git-branch.sh
Better Git Branch output
#!/bin/bash
# Colors
RED='\033[0;31m'
GREEN='\033[0;32m'
NO_COLOR='\033[0m'
BLUE='\033[0;34m'
YELLOW='\033[0;33m'
NO_COLOR='\033[0m'
@jayjongcheolpark
jayjongcheolpark / README-Template.md
Created December 8, 2017 04:07 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites