- Mastering Git
- Jakub Nar?bski
- 148字
- 2021-07-09 19:37:27
Chapter 1. Git Basics in Practice
This book is intended for novice and advanced Git users to help them on their road to mastering Git. Therefore the following chapters will assume that the reader knows the basics of Git, and has advanced past the beginner stage.
This chapter will serve as a reminder of version control basics with Git. The focus will be on providing practical aspects of the technology, showing and explaining basic version control operations in the example of the development of a sample project, and collaboration between two developers.
In this chapter we will recall:
- Setting up a Git environment and Git repository (
init
,clone
) - Adding files, checking status, creating commits, and examining the history
- Interacting with other Git repositories (
pull
,push
) - How to resolve a merge conflict
- Creating and listing branches, switching to a branch, and merging
- How to create a tag
推薦閱讀
- 工程軟件開發技術基礎
- 潮流:UI設計必修課
- JavaScript Unlocked
- YARN Essentials
- Apache Karaf Cookbook
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- MySQL程序員面試筆試寶典
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Python從入門到精通(第3版)
- Instant GLEW
- Visual Basic 開發從入門到精通
- Learning Yeoman
- Unreal Engine 4 Scripting with C++ Cookbook
- Python架構模式:精通基于Python的API設計、事件驅動架構和包管理