摘要: git 文件名乱码 http://zengrong.net/post/1249.htmgit config –global core.quotepath false 当前分支打包 http://web.mit.edu/~thefred/MacData/afs/sipb/project/git/git-doc/git-archive.htmlgit archive --format=tar -o latest.tar.gz HEAD 克隆 mastergit clone <git_url> 克隆远程分支git clone --branch <remote_branch_name 阅读全文
posted @ 2012-11-08 04:12 yondy 阅读(299) 评论(0) 推荐(0)