Git Essentials : (Record no. 50375)
[ view plain ]
000 -LEADER | |
---|---|
fixed length control field | 06909nam a22004693i 4500 |
001 - CONTROL NUMBER | |
control field | EBC2038062 |
003 - CONTROL NUMBER IDENTIFIER | |
control field | MiAaPQ |
005 - DATE AND TIME OF LATEST TRANSACTION | |
control field | 20240729123609.0 |
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS | |
fixed length control field | m o d | |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION | |
fixed length control field | cr cnu|||||||| |
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION | |
fixed length control field | 240724s2015 xx o ||||0 eng d |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
International Standard Book Number | 9781785287275 |
Qualifying information | (electronic bk.) |
020 ## - INTERNATIONAL STANDARD BOOK NUMBER | |
Canceled/invalid ISBN | 9781785287909 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (MiAaPQ)EBC2038062 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (Au-PeEL)EBL2038062 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaPaEBR)ebr11050796 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (CaONFJC)MIL778545 |
035 ## - SYSTEM CONTROL NUMBER | |
System control number | (OCoLC)910165628 |
040 ## - CATALOGING SOURCE | |
Original cataloging agency | MiAaPQ |
Language of cataloging | eng |
Description conventions | rda |
-- | pn |
Transcribing agency | MiAaPQ |
Modifying agency | MiAaPQ |
050 #4 - LIBRARY OF CONGRESS CALL NUMBER | |
Classification number | QA76.76.O63 -- .S268 2015eb |
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER | |
Classification number | 005.1 |
100 1# - MAIN ENTRY--PERSONAL NAME | |
Personal name | Santacroce, Ferdinando. |
245 10 - TITLE STATEMENT | |
Title | Git Essentials : |
Remainder of title | Create, Merge, and Distribute Code with Git, the Most Powerful and Flexible Versioning System Available. |
250 ## - EDITION STATEMENT | |
Edition statement | 1st ed. |
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Place of production, publication, distribution, manufacture | Birmingham : |
Name of producer, publisher, distributor, manufacturer | Packt Publishing, Limited, |
Date of production, publication, distribution, manufacture, or copyright notice | 2015. |
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE | |
Date of production, publication, distribution, manufacture, or copyright notice | ©2015. |
300 ## - PHYSICAL DESCRIPTION | |
Extent | 1 online resource (168 pages) |
336 ## - CONTENT TYPE | |
Content type term | text |
Content type code | txt |
Source | rdacontent |
337 ## - MEDIA TYPE | |
Media type term | computer |
Media type code | c |
Source | rdamedia |
338 ## - CARRIER TYPE | |
Carrier type term | online resource |
Carrier type code | cr |
Source | rdacarrier |
505 0# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Cover -- Copyright -- Credits -- Foreword -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Getting Started with Git -- Installing Git -- Running our first Git command -- Setting up a new repository -- Adding a file -- Commit the added file -- Modify a committed file -- Summary -- Chapter 2: Git Fundamentals - Working Locally -- Repository structure and file status life cycle -- Working directory -- File statuses -- Staging area -- Unstaging a file -- The time metaphor -- The past -- The present -- The future -- Working with repositories -- Unstaging a file -- Viewing the history -- Anatomy of a commit -- The commit snapshot -- The commit hash -- Author, e-mail, and date -- Commit messages -- Committing a bunch of files -- Ignoring some files and folders by default -- Highlighting an important commit: Git tags -- Taking another way - Git branching -- Anatomy of branches -- Looking at the current branches -- Creating a new branch -- Switching from branch to branch -- Understanding what happens under the hood -- Bird's eye view to branches -- Typing is boring - Git aliases -- Merging branches -- Merge is not the end of the branch -- Exercises -- Exercise 2.1 -- Exercise 2.2 -- Deal with branches' modifications -- Diffing branches -- Using a visual diff tool -- Resolving merge conflicts -- Edit collisions -- Resolving a removed file conflict -- Stashing -- Summary -- Chapter 3: Git Fundamentals - Working Remotely -- Working with remotes -- Setting up a new GitHub account -- Cloning a repository -- Uploading modifications to remotes -- What do I send to the remote when I push? -- Pushing a new branch to the remote -- The origin -- Tracking branches -- Downloading remote changes -- Checking for modifications and downloading them -- Applying downloaded changes. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Going backward: publish a local repository to GitHub -- Adding a remote to a local repository -- Pushing a local branch to a remote repository -- Social coding - collaborate using GitHub -- Forking a repository -- Submitting pull requests -- Creating a pull request -- Summary -- Chapter 4: Git Fundamentals - Niche Concepts, Configurations, and Commands -- Dissecting the Git configuration -- Configuration architecture -- Configuration levels -- Listing configurations -- Editing configuration files manually -- Setting up other environment configurations -- Git aliases -- Shortcuts to common commands -- Creating commands -- git unstage -- git undo -- git last -- git difflast -- Advanced aliases with external commands -- Removing an alias -- Aliasing git command itself -- Git references -- Symbolic references -- Ancestry references -- First parent -- Second parent -- World-wise techniques -- Changing the last commit message -- Tracing changes in a file -- Cherry picking -- Tricks -- Bare repositories -- Converting a regular repository to a bare one -- Backup repositories -- Archiving the repository -- Bundling the repository -- Summary -- Chapter 5: Obtaining the Most - Good Commits and Workflows -- The art of committing -- Building the right commit -- Make only one change per commit -- Include the whole change in one commit -- Describe the change, not what have you done -- Don't be afraid to commit -- Isolate meaningless commits -- The perfect commit message -- Adopting a workflow, a wise act -- Centralized workflows -- How they work -- Feature branch workflow -- GitFlow -- Master branch -- Hotfixes branches -- The develop branch -- The release branch -- The feature branches -- Conclusion -- GitHub flow -- Anything in the master branch is deployable -- Creating descriptive branches off of master -- Pushing to named branches constantly. |
505 8# - FORMATTED CONTENTS NOTE | |
Formatted contents note | Opening a pull request at any time -- Merging only after pull request review -- Deploying immediately after review -- Conclusions -- Other workflows -- Linux kernel workflow -- Summary -- Chapter 6: Migrating to Git -- Before starting -- Prerequisites -- Working on a Subversion repository using Git -- Creating a local Subversion repository -- Checking out the Subversion repository with svn client -- Cloning a Subversion repository from Git -- Setting up a local Subversion server -- Adding a tag and a branch -- Committing a file to Subversion using Git as a client -- Using Git with a Subversion repository -- Migrating a Subversion repository -- Retrieving the list of Subversion users -- Cloning the Subversion repository -- Preserving ignored file list -- Pushing to a local bare Git repository -- Arranging branches and tags -- Renaming trunk branch to master -- Converting Subversion tags to Git tags -- Pushing the local repository to a remote -- Comparing Git and Subversion commands -- Summary -- Chapter 7: Git Resources -- Git GUI clients -- Windows -- Git GUI -- TortoiseGit -- GitHub for Windows -- Atlassian SourceTree -- Cmder -- Mac OS X -- Linux -- Building up a personal Git server with web interface -- SCM Manager -- Learning Git in a visual manner -- Git on the Internet -- Git community on Google+ -- GitMinutes and Thomas Ferris Nicolaisen blog -- Ferdinando Santacroce's blog -- Summary -- Index. |
588 ## - SOURCE OF DESCRIPTION NOTE | |
Source of description note | Description based on publisher supplied metadata and other sources. |
590 ## - LOCAL NOTE (RLIN) | |
Local note | Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | UNIX Shells. |
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM | |
Topical term or geographic name entry element | Computers -- Access control. |
655 #4 - INDEX TERM--GENRE/FORM | |
Genre/form data or focus term | Electronic books. |
776 08 - ADDITIONAL PHYSICAL FORM ENTRY | |
Relationship information | Print version: |
Main entry heading | Santacroce, Ferdinando |
Title | Git Essentials |
Place, publisher, and date of publication | Birmingham : Packt Publishing, Limited,c2015 |
International Standard Book Number | 9781785287909 |
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN) | |
Corporate name or jurisdiction name as entry element | ProQuest (Firm) |
856 40 - ELECTRONIC LOCATION AND ACCESS | |
Uniform Resource Identifier | <a href="https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=2038062">https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=2038062</a> |
Public note | Click to View |
No items available.