git n svn

git{{{1
教學視頻
http://v.pps.tv/play_35R02G.html
Git使用基礎篇 
http://www.open-open.com/lib/view/open1332904495999.html
git使用詳細介紹 
http://blog.csdn.net/gemmem/article/details/7290125
五分鐘教程  好
http://wenku.baidu.com/view/fc85d76227d3240c8447effd.html
--好
http://wenku.baidu.com/link?url=7ciiDGZlgLb1-mbgdTYAQxW0cy8LbUGjshkcuu2ROmSs3eQBX2RmAuNsi0XP9CX0_3-FHH9cbRFxqUomyrumVn19UnyuavU4Zt0aF43LA53
--
warning: LF will be replaced by CRLF…..
解決辦法:
在git bash  輸入下面的命令:
git config --global core.autocrlf  false(2個’-')
--
$ git push origin master   permission denied
https://help.github.com/articles/generating-ssh-keys
passphase:rosshall


svn{{{1
svn 命令行創建和刪除 分支和tags 
http://blog.csdn.net/yangzhongxuan/article/details/7519948
linux下svn的用法 
http://blog.chinaunix.net/uid-22150747-id-189264.html
linux svn用法 
http://blog.csdn.net/jfkidear/article/details/6894742
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章