چو ایران نباشد تن من مباد
Git Version Control Cookbook: Leverage Version Control to Transform Your Development Workflow and Boost Productivity

دانلود کتاب Git Version Control Cookbook: Leverage Version Control to Transform Your Development Workflow and Boost Productivity

84000 تومان موجود

کتاب آشپزی کنترل نسخه Git: از کنترل نسخه برای تغییر گردش کار توسعه و افزایش بهره وری استفاده کنید نسخه زبان اصلی

دانلود کتاب آشپزی کنترل نسخه Git: از کنترل نسخه برای تغییر گردش کار توسعه و افزایش بهره وری استفاده کنید بعد از پرداخت مقدور خواهد بود
توضیحات کتاب در بخش جزئیات آمده است و می توانید موارد را مشاهده فرمایید


این کتاب نسخه اصلی می باشد و به زبان فارسی نیست.


امتیاز شما به این کتاب (حداقل 1 و حداکثر 5):

امتیاز کاربران به این کتاب:        تعداد رای دهنده ها: 8


توضیحاتی در مورد کتاب Git Version Control Cookbook: Leverage Version Control to Transform Your Development Workflow and Boost Productivity

نام کتاب : Git Version Control Cookbook: Leverage Version Control to Transform Your Development Workflow and Boost Productivity
ویرایش : 2nd edition
عنوان ترجمه شده به فارسی : کتاب آشپزی کنترل نسخه Git: از کنترل نسخه برای تغییر گردش کار توسعه و افزایش بهره وری استفاده کنید
سری :
نویسندگان : , , ,
ناشر : Packt Publishing Ltd
سال نشر : 2018
تعداد صفحات : 0
ISBN (شابک) : 9781789136944 , 1789136946
زبان کتاب : English
فرمت کتاب : epub    درصورت درخواست کاربر به PDF تبدیل می شود
حجم کتاب : 12 مگابایت



بعد از تکمیل فرایند پرداخت لینک دانلود کتاب ارائه خواهد شد. درصورت ثبت نام و ورود به حساب کاربری خود قادر خواهید بود لیست کتاب های خریداری شده را مشاهده فرمایید.

توضیحاتی در مورد کتاب :


Git یکی از محبوب ترین ابزارها برای نسخه سازی است. سفر خود را با درک مدل داده های Git آغاز کنید و امکانات متعددی را که یادداشت های Git ارائه می دهد کشف کنید. همچنین نکات و ترفندهای مختلفی را برای استفاده روزمره دریافت خواهید کرد و دانش ارائه دهندگان، ادغام ها و مشتریان Git را توسعه می دهید. صفحه عنوان؛ حق چاپ و اعتبار؛ Packt Upsell; مشارکت کنندگان؛ فهرست مطالب؛ پیشگفتار؛ فصل 1: ناوبری Git. معرفی؛ اشیاء Git؛ آماده شدن؛ چگونه انجامش بدهیم ... ؛ شی commit; شی درخت؛ شی لکه؛ شی شاخه؛ شیء برچسب؛ چگونه کار می کند ... ; موارد بیشتری وجود دارد ... سه مرحله؛ آماده شدن؛ چگونه انجامش بدهیم ... ؛ چگونه کار می کند ... ; همچنین ببینید؛ مشاهده DAG; آماده شدن؛ چگونه انجامش بدهیم ... ؛ چگونه کار می کند ... ; استخراج مسائل ثابت؛ آماده شدن؛ چگونه انجامش بدهیم ... ؛ چگونه کار می کند ... ; موارد بیشتری وجود دارد ... دریافت لیستی از فایل های تغییر یافته؛ آماده شدن.

فهرست مطالب :


Cover
Title Page
Copyright and Credits
Packt Upsell
Contributors
Table of Contents
Preface
Chapter 1: Navigating Git
Introduction
Git's objects
Getting ready
How to do it ...
The commit object
The tree object
The blob object
The branch object
The tag object
How it works ...
There's more ...
The three stages
Getting ready
How to do it ...
How it works ...
See also
Viewing the DAG
Getting ready
How to do it ...
How it works ...
Extracting fixed issues
Getting ready
How to do it ...
How it works ...
There's more ...
Getting a list of the changed files
Getting ready. How to do it ... How it works ...
There's more ...
See also
Viewing the history with gitk
Getting ready
How to do it ...
How it works ...
There's more ...
Finding commits in the history
Getting ready
How to do it ...
How it works ...
There's more ...
Searching through the history code
Getting ready
How to do it ...
How it works ...
There's more ...
Chapter 2: Configuration
Introduction
Configuration targets
Getting ready
How to do it ...
How it works ...
There's more ...
Querying the existing configuration
Getting ready
How to do it ...
How it works ...
There's more ...
Templates. Getting readyHow to do it ...
How it works ...
A .git directory template
Getting ready
How to do it ...
How it works ...
See also
A few configuration examples
Getting ready
How to do it ...
Rebase and merge setup
Expiry of objects
Autocorrect
How it works ...
There's more ...
Git aliases
Getting ready
How to do it ...
How it works ...
There's more ...
The refspec exemplified
Getting ready
How to do it ...
How it works ...
Chapter 3: Branching, Merging, and Options
Introduction
Managing your local branches
Getting ready
How to do it ...
How it works ...
There's more ... Branches with remotesGetting ready
How to do it ...
There's more ...
Forcing a merge commit
Getting ready
How to do it ...
There's more ...
Using git reuse recorded resolution (rerere) to merge Git conflicts
How to do it ...
There's more ...
Compute the difference between branches
Getting ready
How to do it ...
Orphan branches
Getting ready
How to do it ...
There's more ...
Chapter 4: Rebasing Regularly and Interactively, and Other Use Cases
Introduction
Rebasing commits to another branch
Getting ready
How to do it ...
How it works ...
Continuing a rebase with merge conflicts. How to do it ... How it works ...
There's more ...
Rebasing selected commits interactively
Getting ready
How to do it ...
There's more ...
Squashing commits using an interactive rebase
Getting ready
How to do it ...
There's more ...
Changing the author of commits using a rebase
Getting ready
How to do it ...
How it works ...
Autosquashing commits
Getting ready
How to do it ...
There's more ...
Chapter 5: Storing Additional Information in Your Repository
Introduction
Adding your first Git note
Getting ready
How to do it ...
There's more ...
Separating notes by category
Getting ready.

توضیحاتی در مورد کتاب به زبان اصلی :


Git is one of the most popular tools for versioning. Start your journey by understanding the Git data model and discover the numerous possibilities that Git notes has to offer. You'll also get various tips and tricks for everyday usage and develop knowledge of Git providers, integrations, and clients.;Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Navigating Git; Introduction; Git's objects; Getting ready; How to do it ... ; The commit object; The tree object; The blob object; The branch object; The tag object; How it works ... ; There's more ... ; The three stages; Getting ready; How to do it ... ; How it works ... ; See also; Viewing the DAG; Getting ready; How to do it ... ; How it works ... ; Extracting fixed issues; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Getting a list of the changed files; Getting ready.



پست ها تصادفی