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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
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) |
Tabla de Contenidos:
- 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
- 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
- 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
- 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