vim-plugins

delimitmate:自动补全(括号,引号)
supertab:智能提示(需要ctags)
ctags-5.8
tagbar:类似目录
.vimrc:配置文件

this is a new branch testing

git checktime -b newbranch
git checktime newbranch
git branch -a
git status
git add/remove .
git commit -a -m " "
git pull origin newbranch
git push origin master
git fetch -p origin
git push --delete origin newbranch

this is a ssh key testing

ssh -vvT git@github.com
git remote -v
git remote add/remove origin ...
git remote set-url git@github.com:username/gitname
git remote set-url https://github.com/username/gitname