- 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
推薦閱讀
- 程序員修煉之道:程序設(shè)計入門30講
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- 算法基礎(chǔ):打開程序設(shè)計之門
- Vue.js快跑:構(gòu)建觸手可及的高性能Web應(yīng)用
- 編寫整潔的Python代碼(第2版)
- C/C++常用算法手冊(第3版)
- Swift 4 Protocol-Oriented Programming(Third Edition)
- QGIS 2 Cookbook
- Python 3 Object:oriented Programming(Second Edition)
- Microsoft Dynamics GP 2013 Cookbook
- 企業(yè)級Java現(xiàn)代化:寫給開發(fā)者的云原生簡明指南
- Scratch超人漫游記:創(chuàng)意程序設(shè)計:STEAM創(chuàng)新教育指南
- OpenStack Sahara Essentials
- 測試架構(gòu)師修煉之道:從測試工程師到測試架構(gòu)師(第2版)