欢迎来到天天文库
浏览记录
ID:22839793
大小:278.21 KB
页数:144页
时间:2018-11-01
《git 用户手册》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、·GitUserManualChineseGit用户手册(1.5.3及后续版本适用)·翻译:罗峥嵘(RobinSteven)·英文版本:http://www.kernel.org/pub/software/scm/git/docs/user-manual.htmlContents1.Preface前言2.Chapter1.RepositoriesandBranches第一章.版本库与分支1.Howtogetagitrepository如何获取一个版本库2.H
2、owtocheckoutadifferentversionofaproject如何提取项目的不同版本3.UnderstandingHistory:Commits理解历史:交付1.Understandinghistory:commits,parents,andreachability交付,父交付与可及性2.Understandinghistory:Historydiagrams历史沿革示图3.Understandinghistory:Whatisabranch?理解历史:什么是分支4.Manipu
3、latingbranches操作分支5.Examininganoldversionwithoutcreatinganewbranch不通过创建新分支来调查旧版本6.Examiningbranchesfromaremoterepository调查远程版本库上的分支7.Namingbranches,tags,andotherreferences命名分支,标签,与其他引用8.Updatingarepositorywithgit-fetch用gitfetch更新版本库9.Fetchingbranches
4、fromotherrepositories获取其他版本库的分支3.Chapter2.Exploringgithistory第二章.检索git历史1.Howtousebisecttofindaregression如何用平分来定位撤退2.Namingcommits交付的称谓3.Creatingtags创建标签4.Browsingrevisions浏览修订5.Generatingdiffs生成差异6.Viewingoldfileversions查看旧的文件版本7.Examples实例1.Countin
5、gthenumberofcommitsonabranch统计一个分支中的交付数目2.Checkwhethertwobranchespointatthesamehistory检查两分支是否在同一历史时期3.Findfirsttaggedversionincludingagivenfix找到包含给定修正的第一个标签版本4.Showingcommitsuniquetoagivenbranch显示仅属于某个分支的交付5.Creatingachangelogandtarballforasoftwarere
6、lease为软件的发行制作变更日志和压缩包6.Findingcommitsreferencingafilewithgivencontent寻找一个指向包含给定内容的文件的交付4.Chapter3.Developingwithgit第三章.用git进行研发1.Tellinggityourname告诉git你的名字2.Creatinganewrepository创建新的版本库3.Howtomakeacommit如何制作一个交付4.Creatinggoodcommitmessages写好交付信息5.I
7、gnoringfiles忽略文件6.Howtomerge如何合并7.Resolvingamerge解决合并冲突1.Gettingconflict-resolutionhelpduringamerge在合并过程中取得冲突解决帮助8.Undoingamerge撤销合并1.Fast-forwardmerges快进合并2.Fixingmistakes修复失误1.Fixingamistakewithanewcommit修复一个新的交付中的失误3.Fixingamistakebyrewritinghisto
8、ry通过重写历史来修复失误4.Checkingoutanoldversionofafile提取一个文件的旧版本5.Temporarilysettingasideworkinprogress临时放下手头上的工作6.Ensuringgoodperformance确保好的性能7.Ensuringreliability确保伸缩性1.Checkingtherepositoryforcorruption检查版本的损坏2.Recoveringlostchanges恢复丢失的变更2.Chapter4.Shari
此文档下载收益归作者所有