Git :: mastering version control /
Learn everything you need to take full control of your workflow with Git with this curated Learning Path - dive in and transform the way you work About This Book • Master all the basic concepts of Git to protect your code and make it easier to evolve • Filled with practical recipes that will teach y...
Gespeichert in:
Hauptverfasser: | , , , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Schlagworte: | |
Online-Zugang: | DE-862 DE-863 |
Zusammenfassung: | Learn everything you need to take full control of your workflow with Git with this curated Learning Path - dive in and transform the way you work About This Book • Master all the basic concepts of Git to protect your code and make it easier to evolve • Filled with practical recipes that will teach you how to use the most advanced features of the Git system • Harness the full power of the Git version control system to customize Git behavior, manipulate history, integrate external tools, and explore platform shortcuts Who This Book Is For This learning path is for software developers who want to become proficient at using the Git version control system. A basic understanding of any version control system would be beneficial. What You Will Learn • Transport your work to a remote repository in a centralized manner • Experiment with your code without affecting functional code files • Explore some tools used to migrate to Git from other versioning systems without losing your development history • Understand the Git data model and how you can navigate the database with simple commands • Debug with Git and use various techniques to find faulty commits • Customize Git behavior system-wide, on a per-user, per-repository, and per-file basis • Master administering and setting up Git repositories, configuring access, finding and recovering from repository errors, and performing repository maintenance • Chose a workflow and configure/set up support for the chosen workflow In Detail Git is one of the most popular types of Distributed Version Control System. Since its inception, it has attracted skilled developers due to its robust, powerful, and reliable features. Like most powerful tools, Git can be hard to approach for the newcomers. However, this learning path will help you overcome this fear and become adept at all the basic and advanced tasks in Git. This course starts with an introduction to version control systems before you delve deeply into the essentials of Git. This serves as a primer for the topics to follow such as branching and merging, creating and managing a GitHub personal repository, and fork and pull requests. You'll also learn how to migrate from SVN using Git tools or TortoiseGit and migrate from other VCSs, concluding with a collection of resources, links, and appendices. As you progress on to the next module, you will learn how you can automate the usual Git processes by utilizing the hook system built into Git. It also covers advanced repository management, including different options to rewrite the history of a Git repository before you discover how you can work offline with Git, how to track what is going on behind the scenes, and how to use the stash for different purposes. Moving forward, you will gain deeper insights into Git's architecture, its underlying concepts, behavior, and best practices. It gives a quick implementation example of using Git for a collaborative development of a sample project to establish the foundation knowledge of Git operational tasks and concepts. By exploring advanced Git practices, you will attain a deeper understanding of Git's behavior, allowing you to customize and extend existing recipes and write your own. This Learning Path is a blend of content, all packaged up keeping your journey in mind. It includes content from the following Packt products: • Git Essentials, Ferdinando Santacroce • Git Version Control Cookbook, Aske Olsson and Rasmus Voss • Mastering Git, Jakub Narebski Style and approach Its step-by-step approach with useful information makes this course the ultimate guide to understanding and mastering Git. This course will show the road to mastery example by example, while also explaining the mental model of Git. -- |
Beschreibung: | 1 online resource (1 volume) : illustrations |
Bibliographie: | Includes bibliographical references and index. |
ISBN: | 9781787122796 1787122794 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn965915877 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 161214s2016 enka ob 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d STF |d OCLCF |d IDEBK |d OCLCQ |d COO |d VT2 |d UOK |d CEF |d KSU |d OCLCQ |d OCLCO |d NLE |d DEBBG |d N$T |d UKMGB |d WYU |d AGLDB |d IGB |d UKAHL |d IHT |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d OCLCQ | ||
015 | |a GBB758374 |2 bnb | ||
016 | 7 | |a 018105390 |2 Uk | |
020 | |a 9781787122796 |q (electronic bk.) | ||
020 | |a 1787122794 |q (electronic bk.) | ||
020 | |z 9781787123205 | ||
020 | |z 1787123200 | ||
035 | |a (OCoLC)965915877 | ||
037 | |a CL0500000804 |b Safari Books Online | ||
050 | 4 | |a QA76.758 | |
072 | 7 | |a COM |x 060090 |2 bisacsh | |
072 | 7 | |a COM |x 060150 |2 bisacsh | |
072 | 7 | |a COM |x 051230 |2 bisacsh | |
082 | 7 | |a 005.3 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Santacroce, Ferdinando, |e author. | |
245 | 1 | 0 | |a Git : |b mastering version control / |c [Fernando Santacroce, Aske Olsson, Rasmus, Voss, Jakub Narębski]. |
246 | 1 | 4 | |a Learn everything you need to take full control of your workflow with Git with this curated Learning Path - dive in and transform the way you work : a course in three modules |
246 | 3 | 0 | |a Git mastering version control |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2016. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Online resource; title from title page (Safari, viewed December 1, 2016). | |
504 | |a Includes bibliographical references and index. | ||
505 | 0 | |a Module 1: Git essentials. Getting Started with Git ; Git fundamentals - working locally ; Git fundamentals - working remotely ; Obtaining the most - good commits and workflows ; Migrating to Git ; Git resources -- Module 2: Git version control cookbook. Navigating Git ; Configuration ; Branching, merging, and options ; Rebase regularly and interactively, and other use cases ; Storing additional information in your repository ; Extracting data from the repository ; Extracting data from the repository ; Enhancing your daily work with Git hooks, aliases, and scripts ; Recovering from mistakes ; Repository maintenance ; Patching and offline sharing ; Git plumbing and attributes ; Tips and tricks -- Module 3: Mastering Git. Git basics in practice ; Exploring project history ; Developing with Git ; Managing your worktree ; Collaborative development with Git ; Advanced branching techniques ; Merging changes together ; Keeping history clean ; Managing subprojects - building a living framework ; Customizing and extending Git ; Git administration ; Git best practices -- Bibliography. | |
520 | |a Learn everything you need to take full control of your workflow with Git with this curated Learning Path - dive in and transform the way you work About This Book • Master all the basic concepts of Git to protect your code and make it easier to evolve • Filled with practical recipes that will teach you how to use the most advanced features of the Git system • Harness the full power of the Git version control system to customize Git behavior, manipulate history, integrate external tools, and explore platform shortcuts Who This Book Is For This learning path is for software developers who want to become proficient at using the Git version control system. A basic understanding of any version control system would be beneficial. What You Will Learn • Transport your work to a remote repository in a centralized manner • Experiment with your code without affecting functional code files • Explore some tools used to migrate to Git from other versioning systems without losing your development history • Understand the Git data model and how you can navigate the database with simple commands • Debug with Git and use various techniques to find faulty commits • Customize Git behavior system-wide, on a per-user, per-repository, and per-file basis • Master administering and setting up Git repositories, configuring access, finding and recovering from repository errors, and performing repository maintenance • Chose a workflow and configure/set up support for the chosen workflow In Detail Git is one of the most popular types of Distributed Version Control System. Since its inception, it has attracted skilled developers due to its robust, powerful, and reliable features. Like most powerful tools, Git can be hard to approach for the newcomers. However, this learning path will help you overcome this fear and become adept at all the basic and advanced tasks in Git. This course starts with an introduction to version control systems before you delve deeply into the essentials of Git. This serves as a primer for the topics to follow such as branching and merging, creating and managing a GitHub personal repository, and fork and pull requests. You'll also learn how to migrate from SVN using Git tools or TortoiseGit and migrate from other VCSs, concluding with a collection of resources, links, and appendices. As you progress on to the next module, you will learn how you can automate the usual Git processes by utilizing the hook system built into Git. It also covers advanced repository management, including different options to rewrite the history of a Git repository before you discover how you can work offline with Git, how to track what is going on behind the scenes, and how to use the stash for different purposes. Moving forward, you will gain deeper insights into Git's architecture, its underlying concepts, behavior, and best practices. It gives a quick implementation example of using Git for a collaborative development of a sample project to establish the foundation knowledge of Git operational tasks and concepts. By exploring advanced Git practices, you will attain a deeper understanding of Git's behavior, allowing you to customize and extend existing recipes and write your own. This Learning Path is a blend of content, all packaged up keeping your journey in mind. It includes content from the following Packt products: • Git Essentials, Ferdinando Santacroce • Git Version Control Cookbook, Aske Olsson and Rasmus Voss • Mastering Git, Jakub Narebski Style and approach Its step-by-step approach with useful information makes this course the ultimate guide to understanding and mastering Git. This course will show the road to mastery example by example, while also explaining the mental model of Git. -- |c Publisher's description. | ||
630 | 0 | 0 | |a Git (Computer file) |0 http://id.loc.gov/authorities/names/n2013035657 |
630 | 0 | 7 | |a Git (Computer file) |2 fast |
650 | 0 | |a Computers |x Access control. |0 http://id.loc.gov/authorities/subjects/sh85029553 | |
650 | 6 | |a Ordinateurs |x Accès |x Contrôle. | |
650 | 7 | |a COMPUTERS / Internet / Application Development. |2 bisacsh | |
650 | 7 | |a COMPUTERS / Web / User-Generated Content. |2 bisacsh | |
650 | 7 | |a COMPUTERS / Software Development & Engineering / General. |2 bisacsh | |
650 | 7 | |a Computers |x Access control |2 fast | |
700 | 1 | |a Olsson, Aske, |e author. | |
700 | 1 | |a Voss, Rasmus, |e author. | |
700 | 1 | |a Narębski, Jakub, |e author. | |
758 | |i has work: |a GIT (Text) |1 https://id.oclc.org/worldcat/entity/E39PD3xbXqW9m7qcdDC4JpHXBP |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
966 | 4 | 0 | |l DE-862 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1421641 |3 Volltext |
966 | 4 | 0 | |l DE-863 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1421641 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH32675493 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis36979458 | ||
938 | |a EBSCOhost |b EBSC |n 1421641 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-862 | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn965915877 |
---|---|
_version_ | 1826942136272027648 |
adam_text | |
any_adam_object | |
author | Santacroce, Ferdinando Olsson, Aske Voss, Rasmus Narębski, Jakub |
author_facet | Santacroce, Ferdinando Olsson, Aske Voss, Rasmus Narębski, Jakub |
author_role | aut aut aut aut |
author_sort | Santacroce, Ferdinando |
author_variant | f s fs a o ao r v rv j n jn |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.758 |
callnumber-search | QA76.758 |
callnumber-sort | QA 276.758 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Module 1: Git essentials. Getting Started with Git ; Git fundamentals - working locally ; Git fundamentals - working remotely ; Obtaining the most - good commits and workflows ; Migrating to Git ; Git resources -- Module 2: Git version control cookbook. Navigating Git ; Configuration ; Branching, merging, and options ; Rebase regularly and interactively, and other use cases ; Storing additional information in your repository ; Extracting data from the repository ; Extracting data from the repository ; Enhancing your daily work with Git hooks, aliases, and scripts ; Recovering from mistakes ; Repository maintenance ; Patching and offline sharing ; Git plumbing and attributes ; Tips and tricks -- Module 3: Mastering Git. Git basics in practice ; Exploring project history ; Developing with Git ; Managing your worktree ; Collaborative development with Git ; Advanced branching techniques ; Merging changes together ; Keeping history clean ; Managing subprojects - building a living framework ; Customizing and extending Git ; Git administration ; Git best practices -- Bibliography. |
ctrlnum | (OCoLC)965915877 |
dewey-full | 005.3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.3 |
dewey-search | 005.3 |
dewey-sort | 15.3 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>07726cam a2200637 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn965915877</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">161214s2016 enka ob 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">STF</subfield><subfield code="d">OCLCF</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">COO</subfield><subfield code="d">VT2</subfield><subfield code="d">UOK</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">NLE</subfield><subfield code="d">DEBBG</subfield><subfield code="d">N$T</subfield><subfield code="d">UKMGB</subfield><subfield code="d">WYU</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">IHT</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB758374</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018105390</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781787122796</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1787122794</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781787123205</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1787123200</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)965915877</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000804</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.758</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">060090</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">060150</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051230</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.3</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Santacroce, Ferdinando,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Git :</subfield><subfield code="b">mastering version control /</subfield><subfield code="c">[Fernando Santacroce, Aske Olsson, Rasmus, Voss, Jakub Narębski].</subfield></datafield><datafield tag="246" ind1="1" ind2="4"><subfield code="a">Learn everything you need to take full control of your workflow with Git with this curated Learning Path - dive in and transform the way you work : a course in three modules</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Git mastering version control</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from title page (Safari, viewed December 1, 2016).</subfield></datafield><datafield tag="504" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references and index.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Module 1: Git essentials. Getting Started with Git ; Git fundamentals - working locally ; Git fundamentals - working remotely ; Obtaining the most - good commits and workflows ; Migrating to Git ; Git resources -- Module 2: Git version control cookbook. Navigating Git ; Configuration ; Branching, merging, and options ; Rebase regularly and interactively, and other use cases ; Storing additional information in your repository ; Extracting data from the repository ; Extracting data from the repository ; Enhancing your daily work with Git hooks, aliases, and scripts ; Recovering from mistakes ; Repository maintenance ; Patching and offline sharing ; Git plumbing and attributes ; Tips and tricks -- Module 3: Mastering Git. Git basics in practice ; Exploring project history ; Developing with Git ; Managing your worktree ; Collaborative development with Git ; Advanced branching techniques ; Merging changes together ; Keeping history clean ; Managing subprojects - building a living framework ; Customizing and extending Git ; Git administration ; Git best practices -- Bibliography.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Learn everything you need to take full control of your workflow with Git with this curated Learning Path - dive in and transform the way you work About This Book • Master all the basic concepts of Git to protect your code and make it easier to evolve • Filled with practical recipes that will teach you how to use the most advanced features of the Git system • Harness the full power of the Git version control system to customize Git behavior, manipulate history, integrate external tools, and explore platform shortcuts Who This Book Is For This learning path is for software developers who want to become proficient at using the Git version control system. A basic understanding of any version control system would be beneficial. What You Will Learn • Transport your work to a remote repository in a centralized manner • Experiment with your code without affecting functional code files • Explore some tools used to migrate to Git from other versioning systems without losing your development history • Understand the Git data model and how you can navigate the database with simple commands • Debug with Git and use various techniques to find faulty commits • Customize Git behavior system-wide, on a per-user, per-repository, and per-file basis • Master administering and setting up Git repositories, configuring access, finding and recovering from repository errors, and performing repository maintenance • Chose a workflow and configure/set up support for the chosen workflow In Detail Git is one of the most popular types of Distributed Version Control System. Since its inception, it has attracted skilled developers due to its robust, powerful, and reliable features. Like most powerful tools, Git can be hard to approach for the newcomers. However, this learning path will help you overcome this fear and become adept at all the basic and advanced tasks in Git. This course starts with an introduction to version control systems before you delve deeply into the essentials of Git. This serves as a primer for the topics to follow such as branching and merging, creating and managing a GitHub personal repository, and fork and pull requests. You'll also learn how to migrate from SVN using Git tools or TortoiseGit and migrate from other VCSs, concluding with a collection of resources, links, and appendices. As you progress on to the next module, you will learn how you can automate the usual Git processes by utilizing the hook system built into Git. It also covers advanced repository management, including different options to rewrite the history of a Git repository before you discover how you can work offline with Git, how to track what is going on behind the scenes, and how to use the stash for different purposes. Moving forward, you will gain deeper insights into Git's architecture, its underlying concepts, behavior, and best practices. It gives a quick implementation example of using Git for a collaborative development of a sample project to establish the foundation knowledge of Git operational tasks and concepts. By exploring advanced Git practices, you will attain a deeper understanding of Git's behavior, allowing you to customize and extend existing recipes and write your own. This Learning Path is a blend of content, all packaged up keeping your journey in mind. It includes content from the following Packt products: • Git Essentials, Ferdinando Santacroce • Git Version Control Cookbook, Aske Olsson and Rasmus Voss • Mastering Git, Jakub Narebski Style and approach Its step-by-step approach with useful information makes this course the ultimate guide to understanding and mastering Git. This course will show the road to mastery example by example, while also explaining the mental model of Git. --</subfield><subfield code="c">Publisher's description.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Git (Computer file)</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2013035657</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Git (Computer file)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computers</subfield><subfield code="x">Access control.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85029553</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Ordinateurs</subfield><subfield code="x">Accès</subfield><subfield code="x">Contrôle.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Internet / Application Development.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Web / User-Generated Content.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Software Development & Engineering / General.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Computers</subfield><subfield code="x">Access control</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Olsson, Aske,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Voss, Rasmus,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Narębski, Jakub,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">GIT (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PD3xbXqW9m7qcdDC4JpHXBP</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-862</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1421641</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-863</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1421641</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH32675493</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis36979458</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1421641</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-862</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn965915877 |
illustrated | Illustrated |
indexdate | 2025-03-18T14:23:12Z |
institution | BVB |
isbn | 9781787122796 1787122794 |
language | English |
oclc_num | 965915877 |
open_access_boolean | |
owner | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
owner_facet | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA FWS_PDA_EBA ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Santacroce, Ferdinando, author. Git : mastering version control / [Fernando Santacroce, Aske Olsson, Rasmus, Voss, Jakub Narębski]. Learn everything you need to take full control of your workflow with Git with this curated Learning Path - dive in and transform the way you work : a course in three modules Git mastering version control Birmingham, UK : Packt Publishing, 2016. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Online resource; title from title page (Safari, viewed December 1, 2016). Includes bibliographical references and index. Module 1: Git essentials. Getting Started with Git ; Git fundamentals - working locally ; Git fundamentals - working remotely ; Obtaining the most - good commits and workflows ; Migrating to Git ; Git resources -- Module 2: Git version control cookbook. Navigating Git ; Configuration ; Branching, merging, and options ; Rebase regularly and interactively, and other use cases ; Storing additional information in your repository ; Extracting data from the repository ; Extracting data from the repository ; Enhancing your daily work with Git hooks, aliases, and scripts ; Recovering from mistakes ; Repository maintenance ; Patching and offline sharing ; Git plumbing and attributes ; Tips and tricks -- Module 3: Mastering Git. Git basics in practice ; Exploring project history ; Developing with Git ; Managing your worktree ; Collaborative development with Git ; Advanced branching techniques ; Merging changes together ; Keeping history clean ; Managing subprojects - building a living framework ; Customizing and extending Git ; Git administration ; Git best practices -- Bibliography. Learn everything you need to take full control of your workflow with Git with this curated Learning Path - dive in and transform the way you work About This Book • Master all the basic concepts of Git to protect your code and make it easier to evolve • Filled with practical recipes that will teach you how to use the most advanced features of the Git system • Harness the full power of the Git version control system to customize Git behavior, manipulate history, integrate external tools, and explore platform shortcuts Who This Book Is For This learning path is for software developers who want to become proficient at using the Git version control system. A basic understanding of any version control system would be beneficial. What You Will Learn • Transport your work to a remote repository in a centralized manner • Experiment with your code without affecting functional code files • Explore some tools used to migrate to Git from other versioning systems without losing your development history • Understand the Git data model and how you can navigate the database with simple commands • Debug with Git and use various techniques to find faulty commits • Customize Git behavior system-wide, on a per-user, per-repository, and per-file basis • Master administering and setting up Git repositories, configuring access, finding and recovering from repository errors, and performing repository maintenance • Chose a workflow and configure/set up support for the chosen workflow In Detail Git is one of the most popular types of Distributed Version Control System. Since its inception, it has attracted skilled developers due to its robust, powerful, and reliable features. Like most powerful tools, Git can be hard to approach for the newcomers. However, this learning path will help you overcome this fear and become adept at all the basic and advanced tasks in Git. This course starts with an introduction to version control systems before you delve deeply into the essentials of Git. This serves as a primer for the topics to follow such as branching and merging, creating and managing a GitHub personal repository, and fork and pull requests. You'll also learn how to migrate from SVN using Git tools or TortoiseGit and migrate from other VCSs, concluding with a collection of resources, links, and appendices. As you progress on to the next module, you will learn how you can automate the usual Git processes by utilizing the hook system built into Git. It also covers advanced repository management, including different options to rewrite the history of a Git repository before you discover how you can work offline with Git, how to track what is going on behind the scenes, and how to use the stash for different purposes. Moving forward, you will gain deeper insights into Git's architecture, its underlying concepts, behavior, and best practices. It gives a quick implementation example of using Git for a collaborative development of a sample project to establish the foundation knowledge of Git operational tasks and concepts. By exploring advanced Git practices, you will attain a deeper understanding of Git's behavior, allowing you to customize and extend existing recipes and write your own. This Learning Path is a blend of content, all packaged up keeping your journey in mind. It includes content from the following Packt products: • Git Essentials, Ferdinando Santacroce • Git Version Control Cookbook, Aske Olsson and Rasmus Voss • Mastering Git, Jakub Narebski Style and approach Its step-by-step approach with useful information makes this course the ultimate guide to understanding and mastering Git. This course will show the road to mastery example by example, while also explaining the mental model of Git. -- Publisher's description. Git (Computer file) http://id.loc.gov/authorities/names/n2013035657 Git (Computer file) fast Computers Access control. http://id.loc.gov/authorities/subjects/sh85029553 Ordinateurs Accès Contrôle. COMPUTERS / Internet / Application Development. bisacsh COMPUTERS / Web / User-Generated Content. bisacsh COMPUTERS / Software Development & Engineering / General. bisacsh Computers Access control fast Olsson, Aske, author. Voss, Rasmus, author. Narębski, Jakub, author. has work: GIT (Text) https://id.oclc.org/worldcat/entity/E39PD3xbXqW9m7qcdDC4JpHXBP https://id.oclc.org/worldcat/ontology/hasWork |
spellingShingle | Santacroce, Ferdinando Olsson, Aske Voss, Rasmus Narębski, Jakub Git : mastering version control / Module 1: Git essentials. Getting Started with Git ; Git fundamentals - working locally ; Git fundamentals - working remotely ; Obtaining the most - good commits and workflows ; Migrating to Git ; Git resources -- Module 2: Git version control cookbook. Navigating Git ; Configuration ; Branching, merging, and options ; Rebase regularly and interactively, and other use cases ; Storing additional information in your repository ; Extracting data from the repository ; Extracting data from the repository ; Enhancing your daily work with Git hooks, aliases, and scripts ; Recovering from mistakes ; Repository maintenance ; Patching and offline sharing ; Git plumbing and attributes ; Tips and tricks -- Module 3: Mastering Git. Git basics in practice ; Exploring project history ; Developing with Git ; Managing your worktree ; Collaborative development with Git ; Advanced branching techniques ; Merging changes together ; Keeping history clean ; Managing subprojects - building a living framework ; Customizing and extending Git ; Git administration ; Git best practices -- Bibliography. Git (Computer file) http://id.loc.gov/authorities/names/n2013035657 Git (Computer file) fast Computers Access control. http://id.loc.gov/authorities/subjects/sh85029553 Ordinateurs Accès Contrôle. COMPUTERS / Internet / Application Development. bisacsh COMPUTERS / Web / User-Generated Content. bisacsh COMPUTERS / Software Development & Engineering / General. bisacsh Computers Access control fast |
subject_GND | http://id.loc.gov/authorities/names/n2013035657 http://id.loc.gov/authorities/subjects/sh85029553 |
title | Git : mastering version control / |
title_alt | Learn everything you need to take full control of your workflow with Git with this curated Learning Path - dive in and transform the way you work : a course in three modules Git mastering version control |
title_auth | Git : mastering version control / |
title_exact_search | Git : mastering version control / |
title_full | Git : mastering version control / [Fernando Santacroce, Aske Olsson, Rasmus, Voss, Jakub Narębski]. |
title_fullStr | Git : mastering version control / [Fernando Santacroce, Aske Olsson, Rasmus, Voss, Jakub Narębski]. |
title_full_unstemmed | Git : mastering version control / [Fernando Santacroce, Aske Olsson, Rasmus, Voss, Jakub Narębski]. |
title_short | Git : |
title_sort | git mastering version control |
title_sub | mastering version control / |
topic | Git (Computer file) http://id.loc.gov/authorities/names/n2013035657 Git (Computer file) fast Computers Access control. http://id.loc.gov/authorities/subjects/sh85029553 Ordinateurs Accès Contrôle. COMPUTERS / Internet / Application Development. bisacsh COMPUTERS / Web / User-Generated Content. bisacsh COMPUTERS / Software Development & Engineering / General. bisacsh Computers Access control fast |
topic_facet | Git (Computer file) Computers Access control. Ordinateurs Accès Contrôle. COMPUTERS / Internet / Application Development. COMPUTERS / Web / User-Generated Content. COMPUTERS / Software Development & Engineering / General. Computers Access control |
work_keys_str_mv | AT santacroceferdinando gitmasteringversioncontrol AT olssonaske gitmasteringversioncontrol AT vossrasmus gitmasteringversioncontrol AT narebskijakub gitmasteringversioncontrol AT santacroceferdinando learneverythingyouneedtotakefullcontrolofyourworkflowwithgitwiththiscuratedlearningpathdiveinandtransformthewayyouworkacourseinthreemodules AT olssonaske learneverythingyouneedtotakefullcontrolofyourworkflowwithgitwiththiscuratedlearningpathdiveinandtransformthewayyouworkacourseinthreemodules AT vossrasmus learneverythingyouneedtotakefullcontrolofyourworkflowwithgitwiththiscuratedlearningpathdiveinandtransformthewayyouworkacourseinthreemodules AT narebskijakub learneverythingyouneedtotakefullcontrolofyourworkflowwithgitwiththiscuratedlearningpathdiveinandtransformthewayyouworkacourseinthreemodules |