Skip to content

Instantly share code, notes, and snippets.

View jesuseduaardo's full-sized avatar

J. Eduardo Castillo jesuseduaardo

View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@jesuseduaardo
jesuseduaardo / _cheatsheat.md
Created March 22, 2019 14:43 — forked from JeansBolong/_cheatsheat.md
Magento CheatSheet

Magento Snippets

Download extension manually using pear/mage

Pear for 1.4, mage for 1.5. File downloaded into /downloader/.cache/community/

./pear download magento-community/Shipping_Agent
./mage download community Shipping_Agent

Clear cache/reindex

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close