Skip to content

Instantly share code, notes, and snippets.

View leandrow's full-sized avatar

Leandro Silva leandrow

View GitHub Profile
@leandrow
leandrow / playground.md
Last active December 10, 2023 05:04
minify css and html
@leandrow
leandrow / deploy.yml
Last active December 16, 2023 01:20
Deploy .github/workflow
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['master']
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@leandrow
leandrow / stashguide.md
Last active June 18, 2023 19:14
How to use the stash on Git

Git stash

git stash list
git stash save "mensaje opcional"
git stash apply NOMBRE-DEL-STASH