Skip to content

Instantly share code, notes, and snippets.

View pablonete's full-sized avatar

Pablo Núñez pablonete

View GitHub Profile
var accessLevel = "user";
if (accessLevel != "user‮⁦ // Check if admin⁩⁦") {
console.log("You are an admin");
}
@pablonete
pablonete / git_aliases.sh
Created September 22, 2021 08:24
My favorite git aliases
# git lol
git config --global alias.lol "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
# git bar
git config --global alias.bar branch --sort=-committerdate
const sources = {
repo: {
title: "hola",
count: 3,
},
editing: {
isDirty: false,
},
}