smartgit快速入门指导
来自官网,简单详细
SmartGitQuickstartGuide
syntevoGmbH,http://www.77cn.com.cn
2011
来自官网,简单详细
Contents
1Introduction2GitConcepts
2.1Repository,WorkingTree,Commit......................2.2TypicalProjectLifeCycle...........................2.3
Branches.....................................2.3.1WorkingwithBranches.........................2.3.2BranchesarejustPointers.......................2.4
Commits.....................................2.4.1It’sAllAboutCommits........................2.4.2PuttingItAllTogether.........................2.5TheIndex....................................2.6
MergingandRebasing.............................2.6.1“Normal”Merge............................2.6.2Fast-forwardMerge...........................2.6.3SquashMerge..............................2.7WorkingTreeStates..............................2.8Submodules...................................2.9
Git-SVN...............
......................3ImportantCommands
3.1Project-Related..............
...................3.1.1OpenWorkingTree...........................3.1.2CloningaRepository..........................3.2SynchronizingwithaRemoteRepository
...................3.2.1Push...................................3.2.2Pull...................................3.2.3Synchronize...............................3.3LocalOperationsontheWorkingTree.
...................3.3.1Stage...................................3.3.2Unstage.................................3.3.3Ignore..................................3.3.4Commit.................................3.3.5UndoLastCommit...........................3.3.6Revert...............
...................
3444556667899910101011121212121313131314141414141515
来自官网,简单详细
Contents
3.3.7Remove.....3.3.8Delete......BranchHandling....3.4.1Switch......3.4.2Checkout....3.4.3Merge......3.4.4Rebase......3.4.5AddBranch...3.4.6AddTag.....3.4.7BranchManager
........................................................................................................................................................................................................................................................................................1516161616161718181819
..................Properties
.....................................................................................................................................................................................................................................................................................................................................................................................................................................222223232326262627272929293031323333333334343435363636373838
3.4
4Directorytreeand letable5SystemProperties/VMOptions5.1GeneralProperties.........5.2UserInterfaceProperties......5.3UserInterfaceProperties......5.4SpecifyingVMOptionsandSystem
6InstallationandFiles
6.1LocationofSmartGit’sSettingsDirectory6.2NotableCon gurationFiles........6.3Company-wideInstallation.........6.4JRESearchOrder(Windows).......
7InternalsoftheSVNintegration
7.1Compatibilityandincompatibilitymodes....7.2Ignores(normalmodeonly)...........7.3EOLs(normalmodeonly)............7.4Externals(normalmodeonly)..........7.5Symlinksandexecutable les..........7.6Tags........................7.7Historyprocessing................
7.7.1Branchreplacements...........7.7.2Merges...................7.7.3Cherry-picks................7.7.4Branchcreation..............7.7.5Anonymousbranches...........7.8ThePushingprocess...............7.9Non-ASCIIsymbolssupport...........7.10SVNsupportcon guration............
7.10.1SVNURLandSVNlayoutspeci cation7.10.2Translationoptions............7.10.3Trackingcon guration..........7.11Knownlimitations................
来自官网,简单详细
Chapter1Introduction
SmartGitisagraphicalGitclientwhichrunsonallmajorplatforms.Gitisadistributedversioncontrolsystem(DVCS).SmartGit’stargetaudienceareuserswhoneedtomanageanumberofrelated lesinadirectorystructure,tocoordinateaccesstothese lesinamulti-userenvironment,andtotrackchangestothem.Typicalareasofapplicationincludesoftwareprojects,documentationprojectsandwebsiteprojects.
Acknowledgments
WewouldliketothankalluserswhohavegivenusfeedbackonSmartGit(e.g.viabugreportsandfeaturesuggestions)andtherebyhelpedustoimproveit.
来自官网,简单详细
Chapter2GitConcepts
ThissectionhelpsyoutogetstartedwithGitandtriestogiveyouanunderstandingofsomefundamentalGitconcepts.
2.1Repository,WorkingTree,Commit
First,weneedtointroducesomeGit-speci ctermswhichmayhavedi erentmeaningsinotherversioncontrolsystemssuchasSubversion.
ClassicalcentralizedversioncontrolsystemssuchasSubversion(SVN)haveso-called‘workingcopies’,eachofwhichcorrespondstoexactlyonerepository.SVNworkingcopiescancorrespondtotheentirerepositoryorjusttopartsofit.InGit,ontheotherhand,everythingisarepository,eventhelocal“workingcopy”,whichisalwaysacompleterepository,notjustapartialone.Git’sworkingtreeisthedirectorywhereyoucanedit les.Eachworkingtreehasitscorrespondingrepository.So-calledbarerepositories,usedonserversascentralrepositories,don’thaveaworkingtree.
Example
Let’sassumeyouhaveallyourproject-related lesinadirectoryD:\my-project.Thenthisdirectoryrepresentstheworkingtree,containingall lestoedit.Theattachedrepository(ormoreprecisely,therepository’smetadata)islocatedintheD:\my-project\.gitdirectory.
2.2TypicalProjectLifeCycle
Aswithallversioncontrolsystems,theretypicallyexistsacentralrepositorycontainingtheproject les.Tocreatealocalrepository,youneedtoclonetheremotecentralrepository.Thenthelocalrepositoryisconnectedtotheremoterepository,which,fromthelocalrepository’spointofview,isreferredtoasorigin.ThecloningstepisanalogoustotheinitialSVNchecko …… 此处隐藏:19818字,全部文档内容请下载后查看。喜欢就下载吧 ……
相关推荐:
- [公文资料]市场营销专员岗位职责
- [公文资料]综合部经理岗位职责
- [公文资料]会计助理岗位职责
- [公文资料]林业站站长职责
- [公文资料]菜品研发部岗位职责
- [公文资料]街道综治办工作职责
- [公文资料]酒店前台的工作职责
- [公文资料]销售部经理岗位职责
- [公文资料]工程部副经理岗位职责
- [公文资料]手术室护士工作职责
- [公文资料]银行客户经理职责
- [公文资料]汽车4s店市场专员职责
- [公文资料]服装店长工作职责
- [公文资料]采购总监岗位职责
- [公文资料]大学行政秘书工作职责
- [公文资料]学校财务人员岗位职责
- [公文资料]财务统计员岗位职责
- [公文资料]物业工程主管工作职责
- [公文资料]公司后勤工作职责
- [公文资料]采矿工程师岗位职责
- 门面出租合同样板(门面出租的合同)
- 自用房屋租赁合同 自住房租房合同(汇总
- 最新酒店劳动合同管理制度(11篇)(酒店
- 2025年无产权车库买卖合同实用(14篇)(
- 建筑工程农民工劳动合同十五篇(通用)(
- 最新深圳标准劳动合同 深圳劳动合同如
- 解除劳动合同通知书(实用6篇)(解除劳动
- 2025年二手房屋买卖合同范围精选(二十
- 最新融资贷款居间合同大全(22篇)(融资
- 2025年个人二手房屋买卖合同协议书四篇
- 2025年果树苗木买卖合约书 签订果树苗
- 广东省劳动合同书填写(21篇)(广东省劳
- 最新餐饮行业没有劳动合同 劳动法餐饮
- 农村土地买卖合同(汇总21篇)(农村土地
- 最新房屋转租合同模版21篇(通用)(标准
- 2025年进口合同号查询五篇(大全)(进口
- 农村建房包工包料合同(通用8篇)(农村建
- 2025年安装监控合同协议书(15篇)(2025
- 2025年企业租赁经营合同(模板9篇)(2025
- 最新郊区土地租赁合同(优质23篇)(最新




