logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux应用程序获取管理员权限

把你要读写串口的程序设置root:root,然后chmod u+s,就可以了

spf13安装

注意spf13需要lua支持,ubuntu16原生vim不支持lua安装curl http://j.mp/spf13-vim3 -L -o - | sh更新cd $HOME/to/spf13-vim/git pullvim +BundleInstall! +BundleClean +q

git detached HEAD explained

Git has something called a 'detached HEAD' that bears some explanation. Youare told 'do not commit on a detached HEAD', and it is not always clear whator why this is.开始主要讲git的原理,讲HEAD指针。反正,最重要的东

更改git服务器托管地址

先查看remote的名字git branch -r假设你的remote是origin,用git remote set_url 更换地址git remote set-url origin remote_git_address详细见http://segmentfault.com/q/1010000000124379

到底了