当前位置:编程学习 > html/css >>

For My Gitweb

[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 
补充:web前端 , HTML/CSS  ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,