Skip to content

Instantly share code, notes, and snippets.

View julianperezpesce's full-sized avatar

Julián Pérez Pesce julianperezpesce

  • Programador Jr Fulltstack JavaScript (React - NodeJs)
  • San Rafael, Mza, Argentina
View GitHub Profile
@hirejordansmith
hirejordansmith / better-woocommerce-cart-checkout-styles.css
Last active March 27, 2023 23:12
Better WooCommerce Cart and Checkout Styles
/* Woocommerce Styles */
/*
A couple things to note...
1. This code was written very specifically for my base child theme so it might not work out of the box with every theme.
I have it here mostly to share with anyone who might be looking to do the same thing I was.
2. I generally add my WooCommerce CSS overrides to a custom-woo.css file then use wp_enqueue_style() to call it
so that it enqueues after the default WooCommerce Stylesheets
@luismayta
luismayta / comandos git.txt
Created November 9, 2012 19:43
Comandos de Git
listar los branch
git branch -l
listar branch remotes
git branch -r
eliminar un branch local
git branch -d <branch>
eliminar un branch remoto