Articles about development in Drupal
Using git for branches:
git branch
git checkout
...
git checkout master
git merge
Drupal modules:
- ctools
- strongarm
- context
- panels
- boxes
- features
- drush
vi commands
After about 3 years of resistance i decided to learn basic vi commands
- search: /text
- repeat search: n
- save: w
- quit: q
- quit without saving: q!
Aliases in bash
Linux is very powerful with its command line control, but sometimes we type the same commands or use the same long-named folder. Using shortcuts (called aliases) comes in help. Just add them in your bashrc file
-
Archives
-
Categories
-
RSS
Entries RSS
Comments RSS