Pro Git (Second Edition)

Pro Git (Second Edition)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
出版社: Apress
2014-11
ISBN: 9781484200773
装帧: 其他
开本: 其他
纸张: 其他
2人买过
  • Scott Chacon is a cofounder and the CIO of GitHub and is also the maintainer of the Git homepage ( git-scm.com ) . Scott has presented at dozens of conferences around the world on Git, GitHub and the future of work.
    Ben Straub is a developer, long time co 1. Getting Started
    1.1 About Version Control
    1.2 A Short History of Git
    1.3 Git Basics
    1.4 The Command Line
    1.5 Installing Git
    1.6 First-Time Git Setup
    1.7 Getting Help
    1.8 Summary
    2. Git Basics
    2.1 Getting a Git Repository
    2.2 Recording Changes to the Repository
    2.3 Viewing the Commit History
    2.4 Undoing Things
    2.5 Working with Remotes
    2.6 Tagging
    2.7 Git Aliases
    2.8 Summary
    3. Git Branching
    3.1 Branches in a Nutshell
    3.2 Basic Branching and Merging
    3.3 Branch Management
    3.4 Branching Workflows
    3.5 Remote Branches
    3.6 Rebasing
    3.7 Summary
    4. Git on the Server
    4.1 The Protocols
    4.2 Getting Git on a Server
    4.3 Generating Your SSH Public Key
    4.4 Setting Up the Server
    4.5 Git Daemon
    4.6 Smart HTTP
    4.7 GitWeb
    4.8 GitLab
    4.9 Third Party Hosted Options
    4.10 Summary
    5. Distributed Git
    5.1 Distributed Workflows
    5.2 Contributing to a Project
    5.3 Maintaining a Project
    5.4 Summary
    6. GitHub
    6.1 Account Setup and Configuration
    6.2 Contributing to a Project
    6.3 Maintaining a Project
    6.4 Managing an organization
    6.5 Scripting GitHub
    6.6 Summary
    7. Git Tools
    7.1 Revision Selection
    7.2 Interactive Staging
    7.3 Stashing and Cleaning
    7.4 Signing Your Work
    7.5 Searching
    7.6 Rewriting History
    7.7 Reset Demystified
    7.8 Advanced Merging
    7.9 Rerere
    7.10 Debugging with Git
    7.11 Submodules
    7.12 Bundling
    7.13 Replace
    7.14 Credential Storage
    7.15 Summary
    8. Customizing Git
    8.1 Git Configuration
    8.2 Git Attributes
    8.3 Git Hooks
    8.4 An Example Git-Enforced Policy
    8.5 Summary
    9. Git and Other Systems
    9.1 Git as a Client
    9.2 Migrating to Git
    9.3 Summary
    10. Git Internals
    10.1 Plumbing and Porcelain
    10.2 Git Objects
    10.3 Git References
    10.4 Packfiles
    10.5 The Refspec
    10.6 Transfer Protocols
    10.7 Maintenance and Data Recovery
    10.8 Environment Variables
    10.9 Summary
    A1. Git in Other Environments
    A1.1 Graphical Interfaces
    A1.2 Git in Visual Studio
    A1.3 Git in Eclipse
    A1.4 Git in Bash
    A1.5 Git in Zsh
    A1.6 Git in Powershell
    A1.7 Summary
    A2. Embedding Git in your Applications
    A2.1 Command-line Git
    A2.2 Libgit2
    A2.3 JGit
    A3. Git Commands
    A3.1 Setup and Config
    A3.2 Getting and Creating Projects
    A3.3 Basic Snapshotting
    A3.4 Branching and Merging
    A3.5 Sharing and Updating Projects
    A3.6 Inspection and Comparison
    A3.7 Debugging
    A3.8 Patching
    A3.9 Email
    A3.10 External Systems
    A3.11 Administration
    A3.12 Plumbing Commands
  • 内容简介:
    Scott Chacon is a cofounder and the CIO of GitHub and is also the maintainer of the Git homepage ( git-scm.com ) . Scott has presented at dozens of conferences around the world on Git, GitHub and the future of work.
    Ben Straub is a developer, long time co
  • 目录:
    1. Getting Started
    1.1 About Version Control
    1.2 A Short History of Git
    1.3 Git Basics
    1.4 The Command Line
    1.5 Installing Git
    1.6 First-Time Git Setup
    1.7 Getting Help
    1.8 Summary
    2. Git Basics
    2.1 Getting a Git Repository
    2.2 Recording Changes to the Repository
    2.3 Viewing the Commit History
    2.4 Undoing Things
    2.5 Working with Remotes
    2.6 Tagging
    2.7 Git Aliases
    2.8 Summary
    3. Git Branching
    3.1 Branches in a Nutshell
    3.2 Basic Branching and Merging
    3.3 Branch Management
    3.4 Branching Workflows
    3.5 Remote Branches
    3.6 Rebasing
    3.7 Summary
    4. Git on the Server
    4.1 The Protocols
    4.2 Getting Git on a Server
    4.3 Generating Your SSH Public Key
    4.4 Setting Up the Server
    4.5 Git Daemon
    4.6 Smart HTTP
    4.7 GitWeb
    4.8 GitLab
    4.9 Third Party Hosted Options
    4.10 Summary
    5. Distributed Git
    5.1 Distributed Workflows
    5.2 Contributing to a Project
    5.3 Maintaining a Project
    5.4 Summary
    6. GitHub
    6.1 Account Setup and Configuration
    6.2 Contributing to a Project
    6.3 Maintaining a Project
    6.4 Managing an organization
    6.5 Scripting GitHub
    6.6 Summary
    7. Git Tools
    7.1 Revision Selection
    7.2 Interactive Staging
    7.3 Stashing and Cleaning
    7.4 Signing Your Work
    7.5 Searching
    7.6 Rewriting History
    7.7 Reset Demystified
    7.8 Advanced Merging
    7.9 Rerere
    7.10 Debugging with Git
    7.11 Submodules
    7.12 Bundling
    7.13 Replace
    7.14 Credential Storage
    7.15 Summary
    8. Customizing Git
    8.1 Git Configuration
    8.2 Git Attributes
    8.3 Git Hooks
    8.4 An Example Git-Enforced Policy
    8.5 Summary
    9. Git and Other Systems
    9.1 Git as a Client
    9.2 Migrating to Git
    9.3 Summary
    10. Git Internals
    10.1 Plumbing and Porcelain
    10.2 Git Objects
    10.3 Git References
    10.4 Packfiles
    10.5 The Refspec
    10.6 Transfer Protocols
    10.7 Maintenance and Data Recovery
    10.8 Environment Variables
    10.9 Summary
    A1. Git in Other Environments
    A1.1 Graphical Interfaces
    A1.2 Git in Visual Studio
    A1.3 Git in Eclipse
    A1.4 Git in Bash
    A1.5 Git in Zsh
    A1.6 Git in Powershell
    A1.7 Summary
    A2. Embedding Git in your Applications
    A2.1 Command-line Git
    A2.2 Libgit2
    A2.3 JGit
    A3. Git Commands
    A3.1 Setup and Config
    A3.2 Getting and Creating Projects
    A3.3 Basic Snapshotting
    A3.4 Branching and Merging
    A3.5 Sharing and Updating Projects
    A3.6 Inspection and Comparison
    A3.7 Debugging
    A3.8 Patching
    A3.9 Email
    A3.10 External Systems
    A3.11 Administration
    A3.12 Plumbing Commands
查看详情
其他版本 / 全部 (2)
相关图书 / 更多
Pro Git (Second Edition)
Procreate数字绘画 超可爱萌物手账技法
美术宝
Pro Git (Second Edition)
Procreate室内设计手绘实训教程
周贤
Pro Git (Second Edition)
Proceedingsofthe8thInternationalConference
Metals 著;The、Chinese、Society、for、中国金属学会 编
Pro Git (Second Edition)
Proteus教程——电子线路设计、制版与仿真(修订版)
朱清慧;张凤蕊;翟天嵩;王志奎
Pro Git (Second Edition)
Proteus实战攻略:从简单电路到单片机电路的仿真
刘波
Pro Git (Second Edition)
Processing程序交互与动态视觉设计实战
路倩;李莹;王志新
Pro Git (Second Edition)
Procreate插画入门必修课
王鲁光 主编;苏璐 副主编;杨小弨
Pro Git (Second Edition)
Procreate厚涂数字绘画鉴赏与实战
王常圣
Pro Git (Second Edition)
Procreate数字绘画从入门到精通:角色设计篇
[英]3dtotal Publishing(3dtotal 出版社
Pro Git (Second Edition)
Procreate数字绘画 商业插画技法详解
美术宝
Pro Git (Second Edition)
Pro/Engineer 模具设计
卢雅琳 王江涛 主编
Pro Git (Second Edition)
Procreate+SketchUp+Photoshop建筑设计手绘表现技法
李国涛
您可能感兴趣 / 更多
Pro Git (Second Edition)
经食管超声心动图实用技术(第3版)
Scott T. Reeves 著;马小静 译;Albert C. Perrino
Pro Git (Second Edition)
乳腺外科学:原则与技术
Scott L. Spear 主编
Pro Git (Second Edition)
直面挑战——香港反腐之路
Scott 著;[澳]施易安·公婷(Ian
Pro Git (Second Edition)
创造差异
Scott McKain
Pro Git (Second Edition)
神圣自然:生命的永恒之舞
Scott 著;[英]乔纳森·斯科特、安吉拉·斯科特(Jonathan、and、Angela、邓扬 译
Pro Git (Second Edition)
宇宙的本来面目地球空间物质和时间
Scott 著;[美]托马斯·R.、斯科特(Thomas、R.、王艳红 译
Pro Git (Second Edition)
Ultralearning:Master Hard Skills, Outsmart the Competition, and Accelerate Your Career
Scott H Young
Pro Git (Second Edition)
英文原版Hug Machine拥抱的力量纸板书
Scott Campbell
Pro Git (Second Edition)
Now You're Talking Mandarin Chinese in No Time (Now You're Talking)
Scott Seligman 著
Pro Git (Second Edition)
Ivanhoe
Scott, Sir Walter
Pro Git (Second Edition)
Mobile Application Development with SMS and the SIM Toolkit
Scott Guthery、Mary Cronin 著
Pro Git (Second Edition)
Home and Away: Memoir of a Fan
Scott Simon 著