网站地图    收藏   

主页 > 前端 > css教程 >

For My Gitweb - html/css语言栏目:html.css - 自学php

来源:自学PHP网    时间:2015-04-14 14:50 作者: 阅读:

[导读] [html]For My Gitweb$ git init$ git add .$ git commit -m create this project$ git remote add origin git@172.29.32.147:/home/git/kernel.git$ git branch new_branch$ git push ......

[html]
For My Gitweb 
 
$ git init 
 
$ git add . 
 
$ git commit -m "create this project" 
 
$ git remote add origin git@172.29.32.147:/home/git/kernel.git 
 
$ git branch new_branch 
 
$ git push -u origin new_branch 
 
 
 
删除本地分支 
git branch -d del_branch 
 
删除远程分支 
git push origin :del_branch 

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论