赞
踩
1.安装: 不要安装到C盘,发现Git不要安装到默认的C盘,这样子权限什么的不够导致source命令不生效。
2.C:\Program Files\Git\etc\bash.bashrc
- alias ls='ls -F --color=auto --show-control-chars'
- alias ll='ls -l'
- alias gst='git status'
- alias gl='git pull'
- alias ra='git stash -u && git stash clear'
3.source bash.bashrc
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。