See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| set nocompatible | |
| filetype indent plugin on | |
| syn on | |
| " vim vundle | |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| call vundle#begin() | |
| Plugin 'ycm-core/YouCompleteMe' | |
| Plugin 'VundleVim/Vundle.vim' |
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |