Skip to content

Instantly share code, notes, and snippets.

View thewarpaint's full-sized avatar
🎄
https://dosmilveinte.mx

Eduardo Garcia thewarpaint

🎄
https://dosmilveinte.mx
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body {
background-color: grey;
}
@thewarpaint
thewarpaint / git.md
Last active December 20, 2015 23:59 — forked from j-lagunas/new_gist_file

1. Agregar los archivos en el stash.

Antes de cualquier actualización es necesario guardar temporalmente los archivos que tiene en el WIP.

$ git add [file]
$ git stash

2. Actualizar cambios con branch remoto.