I hereby claim:
- I am jpdelatorre on github.
- I am jpdelatorre (https://keybase.io/jpdelatorre) on keybase.
- I have a public key ASBATHkeg0hTW8Qds4-rEt0VqqIZEbjhpb3XYr-fN2BlzQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| [[ -s ~/.bashrc ]] && source ~/.bashrc | |
| export CLICOLOR=1 | |
| export LSCOLORS=GxFxCxDxBxegedabagaced | |
| alias ls='ls -GFh' | |
| alias ll='ls -lha' | |
| function prompt { | |
| local BLACK="\[\033[0;30m\]" |
| #initial import to repository | |
| $ cd project_dir | |
| $ mkdir branches tags trunk | |
| $ svn import . http://repository/ | |
| #checkout a working copy | |
| $ cd project_dir | |
| $ svn co http://repository/trunk . --username your_username | |
| #creating a new branch |
| <?php | |
| class DisplayHelper extends AppHelper { | |
| var $helpers = array('Html'); | |
| /** | |
| * | |
| * Display navigation and detects currect page and adds 'active' class | |
| * to the <li> tag | |
| * |