You can add a line to your .zshrc to ignore auto-correct for all git commands:
alias git='nocorrect git'
The other option is to re-create your aliases from .gitconfig in .zshrc like so:
alias 'glg'='git lg'
You can add a line to your .zshrc to ignore auto-correct for all git commands:
alias git='nocorrect git'
The other option is to re-create your aliases from .gitconfig in .zshrc like so:
alias 'glg'='git lg'
Configure Dropbox Repository
Create a file called dropbox.repo inside of /etc/yum.repos.d
$ cd /etc/yum.repos.d
$ sudo vim dropbox.repo
Paste the following:
``[Dropbox] name=Dropbox Repository
Git deploy setup:
copy your public key to your ec2 instance:
cat ~/.ssh/id_rsa.pub | ssh -i ~/.ssh/your_pemfile.pem ubuntu@your_ip_addr "cat>> .ssh/authorized_keys"
on remote server: create bare git directory
Install blueutil via brew(package manager for OSX - http://mxcl.github.io/homebrew/)
$ brew install blueutil # install it
$ blueutil power 0 # turn bluetooth off
git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative" |
Note: You must have msysgit installed on your machine. Also, the path to my git install is “C:\Program Files (x86)\Git” yours might be different. Please check were yours is before continuing.
$ ps ax | grep vboxheadless |
$ openssl genrsa -out key.pem | |
$ openssl req -new -key key.pem -out csr.pem | |
$ openssl x509 -req -days 9999 -in csr.pem -signkey key.pem -out cert.pem | |
$ rm csr.pem |
{ | |
"color_scheme": "Packages/Theme - Glacier/glacier.tmTheme", | |
"detect_indentation": false, | |
"font_size": 12, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"open_files_in_new_window": true, | |
"soda_classic_tabs": false, |
$ sudo apt-get install libmysqld-dev libmysqlclient-dev mysql-client mysql-server |