Skip to content

Instantly share code, notes, and snippets.

View lingtalfi's full-sized avatar

LingTalfi lingtalfi

View GitHub Profile
@lingtalfi
lingtalfi / gist:40729e4f6e4bf172a130
Created January 17, 2016 06:15
export local app using git command (personal memo)
### Gitization du project local
cd "/path/to/myapp"
git init
git snap initial commit
copen .gitignore
<<<
.idea/
conception/