- 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
推薦閱讀
- Instant Apache Stanbol
- Vue.js快跑:構建觸手可及的高性能Web應用
- Visual Basic程序設計教程
- Mastering Python Scripting for System Administrators
- INSTANT Sencha Touch
- Python爬蟲開發與項目實戰
- Building a Recommendation Engine with Scala
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- Learning Selenium Testing Tools(Third Edition)
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- C#程序設計基礎:教程、實驗、習題
- 軟件測試技術指南
- C++20高級編程
- Building Wireless Sensor Networks Using Arduino
- Unity&VR游戲美術設計實戰