Antes de cualquier actualización es necesario guardar temporalmente los archivos que tiene en el WIP.
$ git add [file]
$ git stash
<!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; | |
} |