Skip to content

Instantly share code, notes, and snippets.

View mixelectronico's full-sized avatar
馃憯
Looking for a job as a Developer 馃槂

David Mix Fuentes mixelectronico

馃憯
Looking for a job as a Developer 馃槂
View GitHub Profile
@mixelectronico
mixelectronico / Vue.json
Created September 6, 2024 03:43
VueJS Snippets
{
// Place your snippets for vue here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
@mixelectronico
mixelectronico / GIT.md
Created October 9, 2020 14:25 — forked from dasdo/GIT.md
Lista de Comandos en GIT

Configuraci贸n B谩sica

Configurar Nombre que salen en los commits

	git config --global user.name "dasdo"

Configurar Email

	git config --global user.email [email protected]
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help