Skip to content

Instantly share code, notes, and snippets.

View CarlosLugones's full-sized avatar
Building great stuff

Carlos Lugones CarlosLugones

Building great stuff
View GitHub Profile
@CarlosLugones
CarlosLugones / recover-deleted-branch.sh
Created June 1, 2022 15:23 — forked from umayr/recover-deleted-branch.sh
How to recover a deleted branch
## Pre-requisite: You have to know your last commit message from your deleted branch.
git reflog
# Search for message in the list
# a901eda HEAD@{18}: commit: <last commit message>
# Now you have two options, either checkout revision or HEAD
git checkout a901eda
# Or
git checkout HEAD@{18}
@CarlosLugones
CarlosLugones / html-style-guide.md
Created October 2, 2019 07:42 — forked from ryansechrest/html-style-guide.md
HTML style guide with coding standards and best practices.

HTML Style Guide

All rules and guidelines in this document apply to HTML files.

The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

Icon Legend:

· Space, Tab, Enter/Return