Skip to content

fastmvc/php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastmvc for php

初始化工程: shell: mkdir fastmvc cd fastmvc git init git config --global user.email net.bsh@gmail.com git config --global user.name bishenghua git config --global core.editor vim git config --global remote.origin.url git@github.com:fastmvc/php.git git pull -f origin #下载代码(同 svn up)

添加文件: git add test.txt git commit -m 'test' #提交到本地master库中 git push -u origin master:master #将本地的master库提交到远程服务器的master库(同 svn ci -m 'commit')

注: 1.生成密钥: $ssh-keygen -t rsa -C net.bsh@gmail.com 连续敲三次回车 2.$cat ~/.ssh/id_rsa.pub 将里面的内容添加到服务器上:https://github.com/settings/ssh

About

做我们自己的mvc,追求效率,追求简单,追求清晰

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages