Cargando…

Jump start Git /

Get a Jump Start on version control with Git today! Most engineers we meet prefer Git over other distributed version control systems. These systems let you store different versions of project files and directories, so you can roll back to an earlier one if something goes wrong. And since they'r...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Daityari, Shaumik (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Vic, Australia : SitePoint Pty. Ltd., [2015]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn919719548
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150903t20152015au a o 000 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d YDXCP  |d N$T  |d UMI  |d TEFOD  |d OCLCF  |d DEBBG  |d EBLCP  |d COO  |d DEBSZ  |d FEM  |d CEF  |d OCLCQ  |d OCLCO  |d VT2  |d WYU  |d UAB  |d UKAHL  |d RDF  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 921845664  |a 948567174  |a 968074755  |a 968994192 
020 |a 9780994346926  |q (electronic bk.) 
020 |a 0994346921  |q (electronic bk.) 
020 |a 9781457192968  |q (electronic bk.) 
020 |a 1457192969  |q (electronic bk.) 
020 |a 9781457192982  |q (electronic bk.) 
020 |a 1457192985  |q (electronic bk.) 
020 |a 9781457192999 
020 |a 1457192993 
020 |a 0994182651 
020 |a 9780994182654 
020 |z 9780994182654  |q (print) 
029 1 |a AU@  |b 000067114336 
029 1 |a DEBBG  |b BV043020302 
029 1 |a DEBSZ  |b 455698732 
029 1 |a GBVCP  |b 882847112 
029 1 |a AU@  |b 000056987982 
035 |a (OCoLC)919719548  |z (OCoLC)921845664  |z (OCoLC)948567174  |z (OCoLC)968074755  |z (OCoLC)968994192 
037 |a CL0500000646  |b Safari Books Online 
037 |a 6340123A-1CE3-4461-BB43-028518CE7A7E  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.758 
072 7 |a COM  |x 051390  |2 bisacsh 
072 7 |a COM  |x 051440  |2 bisacsh 
072 7 |a COM  |x 051230  |2 bisacsh 
082 0 4 |a 005.3  |2 23 
049 |a UAMI 
100 1 |a Daityari, Shaumik,  |e author. 
245 1 0 |a Jump start Git /  |c by Shaumik Daityari. 
264 1 |a Vic, Australia :  |b SitePoint Pty. Ltd.,  |c [2015] 
264 4 |c ©2015 
300 |a 1 online resource :  |b illustrations (chiefly color) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed September 10, 2015). 
520 |a Get a Jump Start on version control with Git today! Most engineers we meet prefer Git over other distributed version control systems. These systems let you store different versions of project files and directories, so you can roll back to an earlier one if something goes wrong. And since they're distributed, they smooth the path for dev team collaboration. But what is it about Git that makes it mission-critical on so many web projects? Spend just one weekend with this hands-on tutorial, and you'll know the answer. Understand Git's core philosophy. Get started with Git: install it, learn the basic commands, and set up your first project. Work with Git as part of a collaborative team. Use Git's debugging tools for maximum debug efficiency. Take control with Git's advanced features: reflog, rebase, stash, and more. Use Git with cloud-based Git repository host services like Github and Bitbucket. See how Git's used effectively on large open-source projects. Git was created by Linus Torvalds, who invented Linux, so it comes with the best credentials. What are you waiting for? Get a jump start on Git today. 
505 0 |a Jump Start Git; Table of Contents; Preface; Who Should Read This Book; What's Covered in This Book?; Conventions Used; Code Samples; Tips, Notes, and Warnings; Supplementary Materials; Acknowledgments; Want to take your learning further?; Introduction; Version Control; Examples of Version Control in Daily Life; Version Control Systems: the Options; Enter Git; Advantages of Distributed Version Control Systems; Git and GitHub; Conclusion; What Have You Learned?; What's Next?; Getting Started with Git; Installation; The Git Workflow; Baby Steps with Git: First Commands 
505 8 |a Set Configuration SettingsCreate a Git Project; Create Our First Commit; Further Commits with Git; Why git add Again?; Commit History; The .gitignore File; Remote Repositories; Conclusion; What Have You Learned?; What's Next?; Branching in Git; What Are Branches?; Create a Branch; Delete a Branch; Branches and HEAD; Advanced Branching: Merging Branches; Conclusion; What Have You Learned?; What's Next?; Using Git in a Team; Getting Started in a Team: Cloning from a Remote; Optional: Different Protocols While Cloning; Contributing to the Remote: Git Push Revisited 
505 8 |a Keeping Yourself Updated with the Remote: Git PullDealing With a Rejected Git Push; Conflicts; Git Workflows; Centralized Workflow; Feature Branch Workflow; Forking and Pull Requests: The Open-source Workflow; Conclusion; What Have You Learned?; What's Next?; Correcting Errors While Working With Git; Amending Errors in the Git Workflow; Undo Git Add; Undo Git Commit; Undo Git Push; Debugging Tools; Git Blame; Git Bisect; Automated Bisect with Unit Tests; Conclusion; What Have You Learned?; What's Next?; Unlocking Git's Full Potential; Advanced Use of log; Short Version; Branches and History 
505 8 |a Filter CommitsTrace Changes in a Single File; Track Your Peers; Search in Commit Messages; Tagging in Git; Refs and reflog; Checking for Lost Commits; Rebase; Squash Commits Together; Stash Changes; Advanced Use of add; Cherry Pick; Conclusion; What Have You Learned?; What's Next?; Git GUI Tools; GitHub Desktop; SourceTree; SourceTree Versus GitHub Desktop; Conclusion; Conclusion; Git's Meteoric Rise; Could Git Fail?; Beyond Source Code Management; The End 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Git (Computer file) 
630 0 7 |a Git (Computer file)  |2 fast  |0 (OCoLC)fst01913774 
650 0 |a Revision control (Computer science) 
650 0 |a Software engineering. 
650 0 |a Open source software. 
650 6 |a Génie logiciel. 
650 6 |a Logiciels libres. 
650 7 |a COMPUTERS  |x Programming  |x Open Source.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x Tools.  |2 bisacsh 
650 7 |a COMPUTERS  |x Software Development & Engineering  |x General.  |2 bisacsh 
650 7 |a Open source software.  |2 fast  |0 (OCoLC)fst01046097 
650 7 |a Revision control (Computer science)  |2 fast  |0 (OCoLC)fst01910123 
650 7 |a Software engineering.  |2 fast  |0 (OCoLC)fst01124185 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781457192999/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29302681 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29195561 
938 |a EBSCOhost  |b EBSC  |n 1059003 
938 |a YBP Library Services  |b YANK  |n 12596587 
994 |a 92  |b IZTAP