Jump Start Git (Paperback)
            
暫譯: 快速上手 Git (平裝本)
        
        Shaumik Daityari
- 出版商: Sitepoint
- 出版日期: 2015-09-11
- 售價: $1,180
- 貴賓價: 9.5 折 $1,121
- 語言: 英文
- 頁數: 170
- 裝訂: Paperback
- ISBN: 0994182651
- ISBN-13: 9780994182654
- 
    相關分類:
    
      Version Control
 
- 
    其他版本:
    
      Jump Start Git 2/e
 
買這商品的人也買了...
- 
                
                   HTTP Developer's Handbook (Paperback) HTTP Developer's Handbook (Paperback)$1,520$1,490
- 
                
                   Linux Shell Scripting with Bash (Paperback) Linux Shell Scripting with Bash (Paperback)$1,650$1,617
- 
                
                   HTML5 Developer's Cookbook (Paperback) HTML5 Developer's Cookbook (Paperback)$1,330$1,303
- 
                
                   Near Field Communication (NFC): From Theory to Practice (Hardcover) Near Field Communication (NFC): From Theory to Practice (Hardcover)$3,870$3,677
- 
                
                   You Don't Know JS: this & Object Prototypes (Paperback) You Don't Know JS: this & Object Prototypes (Paperback)$950$903
- 
                
                   You Don't Know JS: Types & Grammar (Paperback) You Don't Know JS: Types & Grammar (Paperback)$950$903
- 
                
                   You Don't Know JS: Async & Performance (Paperback) You Don't Know JS: Async & Performance (Paperback)$1,040$988
- 
                
                   You Don't Know JS: Up & Going (Paperback) You Don't Know JS: Up & Going (Paperback)$600$570
- 
                
                   You Don't Know JS: ES6 & Beyond (Paperback) You Don't Know JS: ES6 & Beyond (Paperback)$950$903
- 
                
                   Cloud Native Java: Designing Resilient Systems with Spring Boot, Spring Cloud, and Cloud Foundry Cloud Native Java: Designing Resilient Systems with Spring Boot, Spring Cloud, and Cloud Foundry$2,128$2,016
- 
                
                   Node.js, MongoDB and Angular Web Development: The definitive guide to using the MEAN stack to build web applications, 2/e (Paperback) Node.js, MongoDB and Angular Web Development: The definitive guide to using the MEAN stack to build web applications, 2/e (Paperback)$1,750$1,715
- 
                
                   $1,501The Object-Oriented Thought Process, 5/e (Paperback) $1,501The Object-Oriented Thought Process, 5/e (Paperback)
- 
                
                   Programming WebAssembly with Rust Programming WebAssembly with Rust$1,600$1,520
- 
                
                   Fundamentals of Software Architecture: A Comprehensive Guide to Patterns, Characteristics, and Best Practices (Paperback) Fundamentals of Software Architecture: A Comprehensive Guide to Patterns, Characteristics, and Best Practices (Paperback)$2,630$2,499
- 
                
                   程式設計師從零開始邁向架構師之路 程式設計師從零開始邁向架構師之路$650$514
- 
                
                   量子霸權(Quantum Supermacy)世界大戰開打:量子電腦真的來了 量子霸權(Quantum Supermacy)世界大戰開打:量子電腦真的來了$600$474
- 
                
                   AI 背後的暗知識:機器如何學習、認知與改造我們的未來世界 AI 背後的暗知識:機器如何學習、認知與改造我們的未來世界$420$357
- 
                
                   橫跨 Android 及 Apple 的神話:用 Dart 語言神啟 Flutter 大業 橫跨 Android 及 Apple 的神話:用 Dart 語言神啟 Flutter 大業$690$545
- 
                
                   前端三雄首強:用 Angular 高速聰明開發多介面 前端三雄首強:用 Angular 高速聰明開發多介面$680$537
- 
                
                   NLP 工程師養成術:自然語言處理入門 NLP 工程師養成術:自然語言處理入門$690$538
- 
                
                   下世代超前佈署:用 Zabbix 全面監管巨量伺服器 下世代超前佈署:用 Zabbix 全面監管巨量伺服器$880$695
- 
                
                   小輕快跨平台:王的編輯器 Visual Studio Code 聖經 小輕快跨平台:王的編輯器 Visual Studio Code 聖經$880$695
- 
                
                   還在 LAMP?用最流行的 MEAN 進行全端網頁開發 還在 LAMP?用最流行的 MEAN 進行全端網頁開發$780$616
- 
                
                   用 Node.js 一統 JavaScript 前後端:強勢 Web 開發親手作 (有些許瑕疵,不影響閱讀) 用 Node.js 一統 JavaScript 前後端:強勢 Web 開發親手作 (有些許瑕疵,不影響閱讀)$780$616
- 
                
                   編寫程式的邏輯:如何用物件導向實作複雜的業務需求 編寫程式的邏輯:如何用物件導向實作複雜的業務需求$680$530
商品描述
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.
商品描述(中文翻譯)
獲得 Git 版本控制的快速入門吧!
我們遇到的大多數工程師都偏好 Git 而非其他分散式版本控制系統。
這些系統讓你能夠儲存專案檔案和目錄的不同版本,因此如果出現問題,你可以回滾到早期的版本。而且,由於它們是分散式的,這也為開發團隊的協作鋪平了道路。
但究竟是什麼讓 Git 在如此多的網頁專案中變得至關重要?
只需花一個週末參加這個實作教程,你就會知道答案。
- 理解 Git 的核心理念。
- 開始使用 Git:安裝它、學習基本命令,並設置你的第一個專案。
- 作為協作團隊的一部分使用 Git。
- 使用 Git 的除錯工具以達到最佳的除錯效率。
- 利用 Git 的進階功能:reflog、rebase、stash 等等,來掌控版本控制。
- 使用 Git 與基於雲端的 Git 儲存庫主機服務,如 Github 和 Bitbucket。
- 了解 Git 如何在大型開源專案中有效使用。
Git 是由發明 Linux 的 Linus Torvalds 創建的,因此它擁有最佳的資歷。你還在等什麼?今天就開始學習 Git 吧。

 
     
     
     
     
     
     
     
     
    