Skip to content

Instantly share code, notes, and snippets.

@code-sur
code-sur / README.md
Last active November 2, 2017 18:22
Merge conflict

Para hacer un conflict

git clone https://gist.github.com/dfa79a7bf0248bc88c35c5b1a1b320a4.git conflict
cd conflict

Modificar línea <nombre> de archivo_conflictivo.txt

@code-sur
code-sur / activity.js
Created November 4, 2013 16:18
activity.js
'use strict';
/* Here my own activity specific config */
requirejs.config({
paths: {
angular: "angular/angular"
},
shim: {
angular: {
exports: 'angular'
}
@code-sur
code-sur / .gitignore
Last active December 24, 2015 07:40
testing patch feature from python mock
*.pyc