Skip to content

Instantly share code, notes, and snippets.

View joelabreurojas's full-sized avatar
👀
consistency > intensity && simple != easy

Joel Abreu Rojas joelabreurojas

👀
consistency > intensity && simple != easy
View GitHub Profile
@Saafo
Saafo / .gitworkflow.zsh
Last active August 11, 2025 14:27
My custom git workflow
#!/usr/bin/env zsh
# Author: @Saafo
# License: MIT
# MARK: rebase workflow
function grc() {( set -e
case "$1" in -h|help|--help)
echo "grc: git fetch && git rebase origin/HEAD --autostash"
return;;
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active December 5, 2025 07:40
Conventional Commits Cheatsheet
@jexchan
jexchan / multiple_ssh_setting.md
Created April 10, 2012 15:00
Multiple SSH keys for different github accounts

Multiple SSH Keys settings for different github account

create different public key

create different ssh key according the article Mac Set-Up Git

$ ssh-keygen -t rsa -C "[email protected]"