logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

安装 postwoman

普通安装:git clonehttps://github.com/liyasthomas/postwoman.gitnpm installnpm run dev.http://localhost:3000DOCKER:docker pull liyasthomas/postwomandocker run --name postwoman -p 3000:3000...

git 系列之五: 远端分支操作

查看远端:git remote添加远端:git remote add [remote_xx] [remote address]移除远端:git remote remove [remote_xx]拉取远端:git pull [remote_xx]创建分支:git checkout -b local_branch [remote...

到底了