Skip to content

Instantly share code, notes, and snippets.

View anthuanvasquez's full-sized avatar
🏁
Never Give Up!

Anthuan Vásquez anthuanvasquez

🏁
Never Give Up!
View GitHub Profile
@anthuanvasquez
anthuanvasquez / Git-Commands.bash
Last active January 12, 2019 01:29 — forked from jelcaf/Operaciones-Git
Git Tips - Mini-trucos de Git para facilitarme la tarea
#############################################
# Push de la rama actual
git push origin $rama_actual
#############################################
# Volver a un commit anterior, descartando los cambios
git reset --HARD $SHA1
#############################################
# Ver y descargar Ramas remotas
@anthuanvasquez
anthuanvasquez / local.xml
Last active July 5, 2018 06:15 — forked from Maksold/local.xml
Remove default blocks from Magento 1.9 using local.xml
<?xml version="1.0"?>
<layout>
<default>
<!--Root/Default Layouts-->
<reference name="root">
<!--Appending Block-->
<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
</reference>
<!--CSS and JS Files-->