آموزش اصول اصلی کار با ابزار Git / Lynda Git Essential Training

Lynda Git Essential Training
آموزش اصول اصلی کار با ابزار Git

  • کاربرد : آموزش اصول اصلی کار با ابزار Git
  • نوع فایل : فیلم آموزشی
  • زبان : انگلیسی
  • سیستم عامل : Windows-Mac-Linux-Android-iOS
  • تولید کننده : Lynda
  • سال تولید : 2012

توضیحات

همانطور که میدانید Git یک ابزار Open Source به منظور کنترل نسخه نرم افزار و مدیریت تغییرات در سورس کدها و فایل های متنی است ، با مشاهده این کورس آموزشی بر نصب ، پیکربندی و استفاده از قابلیت های مختلف Git مسلط خواهیم شد .

برخی از سرفصل های درسی این مجموعه عبارتند از :

آشنایی با تاریخچه Version Control ، نصب Git بر روی مک ، ویندوز و لینوکس ، ایجاد Repository ، نوشتن پیام های Commit ، رصد تغییرات فایل ها ، کپی برداری و Cut شدن آن ها ، بازگردانی تغییرات صورت گرفته در فایل ها ، Ignore کردن تغییرات در فایل خاص ، شاخه بندی و ترکیب شاخه ها و . . .

Description

The course shows how to use Git, the popular open-source version control software, to manage changes to source code and text files. Using a step-by-step approach, author Kevin Skoglund presents the commands that enable efficient code management and reveals the fundamental concepts behind version control systems and the Git architecture. Discover how to track changes to files in a repository, review previous edits, and compare versions of a file; create branches to test new ideas without altering the main project; and merge those changes into the project if they work out. The course begins by demonstrating version control in a single-user, standalone context, before exploring how remote repositories allow users to collaborate on projects effectively.
Topics include:
Exploring the history of version control
Installing Git on Mac, Windows, and Linux
Initializing a repository
Writing useful commit messages
Understanding the Git three-tree architecture
Tracking when files are added, edited, deleted, or moved
Viewing change sets and comparing versions
Undoing changes and rolling back to previous versions
Ignoring changes to select files
Creating and working with code branches
Merging branches and resolving merge conflicts
Stashing changes for later
Working with hosted repositories and remote branches
Developing an effective collaboration workflow

بخش های فایل

این فایل شامل 179 بخش می باشد که بخش های آن به صورت جداگانه در زیر آمده است.
Row Title Format Size Play Download
00. Introduction
1 01. Introduction 4.33 MB DOWNLOAD
2 01. Introduction 1.90 KB DOWNLOAD
3 02. How to use the exercise files 1.92 MB DOWNLOAD
4 02. How to use the exercise files 3.13 KB DOWNLOAD
01. What is Git
5 01. What is Git-Understanding version control 3.90 MB DOWNLOAD
6 01. What is Git-Understanding version control 7.46 KB DOWNLOAD
7 02. What is Git-The history of Git 7.81 MB DOWNLOAD
8 02. What is Git-The history of Git 13.44 KB DOWNLOAD
9 03. What is Git-About distributed version control 5.43 MB DOWNLOAD
10 03. What is Git-About distributed version control 8.96 KB DOWNLOAD
11 04. What is Git-Who should use Git 2.87 MB DOWNLOAD
12 04. What is Git-Who should use Git 4.55 KB DOWNLOAD
02. Installing Git
13 01. Installing Git-Installing Git on a Mac 6.70 MB DOWNLOAD
14 01. Installing Git-Installing Git on a Mac 6.26 KB DOWNLOAD
15 02. Installing Git-Installing Git on Windows 10.72 MB DOWNLOAD
16 02. Installing Git-Installing Git on Windows 9.23 KB DOWNLOAD
17 03. Installing Git-Installing Git on Linux 2.16 MB DOWNLOAD
18 03. Installing Git-Installing Git on Linux 2.47 KB DOWNLOAD
19 04. Installing Git-Configuring Git 8.30 MB DOWNLOAD
20 04. Installing Git-Configuring Git 12.33 KB DOWNLOAD
21 05. Installing Git-Exploring Git auto-completion 8.67 MB DOWNLOAD
22 05. Installing Git-Exploring Git auto-completion 8.76 KB DOWNLOAD
23 06. Installing Git-Using Git help 4.94 MB DOWNLOAD
24 06. Installing Git-Using Git help 3.68 KB DOWNLOAD
03. Getting Started
25 01. Getting Started-Initializing a repository 2.71 MB DOWNLOAD
26 01. Getting Started-Initializing a repository 3.17 KB DOWNLOAD
27 02. Getting Started-Understanding where Git files are stored 4.44 MB DOWNLOAD
28 02. Getting Started-Understanding where Git files are stored 4.66 KB DOWNLOAD
29 03. Getting Started-Performing your first commit 2.85 MB DOWNLOAD
30 03. Getting Started-Performing your first commit 3.56 KB DOWNLOAD
31 04. Getting Started-Writing commit messages 6.00 MB DOWNLOAD
32 04. Getting Started-Writing commit messages 9.69 KB DOWNLOAD
33 05. Getting Started-Viewing the commit log 6.50 MB DOWNLOAD
34 05. Getting Started-Viewing the commit log 7.15 KB DOWNLOAD
04. Git Concepts and Architecture
35 01. Git Concepts and Architecture-Exploring the three-trees architecture 3.67 MB DOWNLOAD
36 01. Git Concepts and Architecture-Exploring the three-trees architecture 6.97 KB DOWNLOAD
37 02. Git Concepts and Architecture-The Git workflow 3.03 MB DOWNLOAD
38 02. Git Concepts and Architecture-The Git workflow 5.76 KB DOWNLOAD
39 03. Git Concepts and Architecture-Using hash values (SHA-1) 4.72 MB DOWNLOAD
40 03. Git Concepts and Architecture-Using hash values (SHA-1) 6.29 KB DOWNLOAD
41 04. Git Concepts and Architecture-Working with the HEAD pointer 8.81 MB DOWNLOAD
42 04. Git Concepts and Architecture-Working with the HEAD pointer 10.44 KB DOWNLOAD
05. Making Changes to Files
43 01. Making Changes to Files-Adding files 9.04 MB DOWNLOAD
44 01. Making Changes to Files-Adding files 9.63 KB DOWNLOAD
45 02. Making Changes to Files-Editing files 6.79 MB DOWNLOAD
46 02. Making Changes to Files-Editing files 5.57 KB DOWNLOAD
47 03. Making Changes to Files-Viewing changes with diff 6.17 MB DOWNLOAD
48 03. Making Changes to Files-Viewing changes with diff 5.91 KB DOWNLOAD
49 04. Making Changes to Files-Viewing only staged changes 3.78 MB DOWNLOAD
50 04. Making Changes to Files-Viewing only staged changes 3.78 KB DOWNLOAD
51 05. Making Changes to Files-Deleting files 8.52 MB DOWNLOAD
52 05. Making Changes to Files-Deleting files 8.14 KB DOWNLOAD
53 06. Making Changes to Files-Moving and renaming files 6.94 MB DOWNLOAD
54 06. Making Changes to Files-Moving and renaming files 6.59 KB DOWNLOAD
06. Using Git with a Real Project
55 01. Using Git with a Real Project-Introducing the Explore California web site 3.94 MB DOWNLOAD
56 01. Using Git with a Real Project-Introducing the Explore California web site 3.78 KB DOWNLOAD
57 02. Using Git with a Real Project-Initializing Git 10.08 MB DOWNLOAD
58 02. Using Git with a Real Project-Initializing Git 6.68 KB DOWNLOAD
59 03. Using Git with a Real Project-Editing the support phone number 20.86 MB DOWNLOAD
60 03. Using Git with a Real Project-Editing the support phone number 10.38 KB DOWNLOAD
61 04. Using Git with a Real Project-Editing the backpack file name and links 24.00 MB DOWNLOAD
62 04. Using Git with a Real Project-Editing the backpack file name and links 11.56 KB DOWNLOAD
07. Undoing Changes
63 01. Undoing Changes-Undoing working directory changes 9.34 MB DOWNLOAD
64 01. Undoing Changes-Undoing working directory changes 6.14 KB DOWNLOAD
65 02. Undoing Changes-Unstaging files 10.27 MB DOWNLOAD
66 02. Undoing Changes-Unstaging files 4.16 KB DOWNLOAD
67 03. Undoing Changes-Amending commits 9.65 MB DOWNLOAD
68 03. Undoing Changes-Amending commits 7.20 KB DOWNLOAD
69 04. Undoing Changes-Retrieving old versions 7.21 MB DOWNLOAD
70 04. Undoing Changes-Retrieving old versions 6.48 KB DOWNLOAD
71 05. Undoing Changes-Reverting a commit 8.14 MB DOWNLOAD
72 05. Undoing Changes-Reverting a commit 5.30 KB DOWNLOAD
73 06. Undoing Changes-Using reset to undo commits 3.21 MB DOWNLOAD
74 06. Undoing Changes-Using reset to undo commits 6.16 KB DOWNLOAD
75 07. Undoing Changes-Demonstrating a soft reset 10.96 MB DOWNLOAD
76 07. Undoing Changes-Demonstrating a soft reset 6.23 KB DOWNLOAD
77 08. Undoing Changes-Demonstrating a mixed reset 9.32 MB DOWNLOAD
78 08. Undoing Changes-Demonstrating a mixed reset 6.14 KB DOWNLOAD
79 09. Undoing Changes-Demonstrating a hard reset 17.25 MB DOWNLOAD
80 09. Undoing Changes-Demonstrating a hard reset 7.73 KB DOWNLOAD
81 10. Undoing Changes-Removing untracked files 5.44 MB DOWNLOAD
82 10. Undoing Changes-Removing untracked files 4.70 KB DOWNLOAD
08. Ignoring Files
83 01. Ignoring Files-Using .gitignore files 12.82 MB DOWNLOAD
84 01. Ignoring Files-Using .gitignore files 12.52 KB DOWNLOAD
85 02. Ignoring Files-Understanding what to ignore 11.65 MB DOWNLOAD
86 02. Ignoring Files-Understanding what to ignore 8.28 KB DOWNLOAD
87 03. Ignoring Files-Ignoring files globally 6.88 MB DOWNLOAD
88 03. Ignoring Files-Ignoring files globally 7.37 KB DOWNLOAD
89 04. Ignoring Files-Ignoring tracked files 9.89 MB DOWNLOAD
90 04. Ignoring Files-Ignoring tracked files 7.81 KB DOWNLOAD
91 05. Ignoring Files-Tracking empty directories 6.73 MB DOWNLOAD
92 05. Ignoring Files-Tracking empty directories 5.85 KB DOWNLOAD
09. Navigating the Commit Tree
93 01. Navigating the Commit Tree-Referencing commits 4.33 MB DOWNLOAD
94 01. Navigating the Commit Tree-Referencing commits 8.85 KB DOWNLOAD
95 02. Navigating the Commit Tree-Exploring tree listings 10.19 MB DOWNLOAD
96 02. Navigating the Commit Tree-Exploring tree listings 6.03 KB DOWNLOAD
97 03. Navigating the Commit Tree-Getting more from the commit log 14.84 MB DOWNLOAD
98 03. Navigating the Commit Tree-Getting more from the commit log 11.67 KB DOWNLOAD
99 04. Navigating the Commit Tree-Viewing commits 8.52 MB DOWNLOAD
100 04. Navigating the Commit Tree-Viewing commits 6.16 KB DOWNLOAD
101 05. Navigating the Commit Tree-Comparing commits 12.58 MB DOWNLOAD
102 05. Navigating the Commit Tree-Comparing commits 10.21 KB DOWNLOAD
10. Branching
103 01. Branching-Branching overview 4.49 MB DOWNLOAD
104 01. Branching-Branching overview 9.31 KB DOWNLOAD
105 02. Branching-Viewing and creating branches 4.20 MB DOWNLOAD
106 02. Branching-Viewing and creating branches 4.52 KB DOWNLOAD
107 03. Branching-Switching branches 6.90 MB DOWNLOAD
108 03. Branching-Switching branches 4.39 KB DOWNLOAD
109 04. Branching-Creating and switching branches 10.10 MB DOWNLOAD
110 04. Branching-Creating and switching branches 7.59 KB DOWNLOAD
111 05. Branching-Switching branches with uncommitted changes 6.30 MB DOWNLOAD
112 05. Branching-Switching branches with uncommitted changes 5.30 KB DOWNLOAD
113 06. Branching-Comparing branches 7.86 MB DOWNLOAD
114 06. Branching-Comparing branches 7.34 KB DOWNLOAD
115 07. Branching-Renaming branches 3.48 MB DOWNLOAD
116 07. Branching-Renaming branches 4.12 KB DOWNLOAD
117 08. Branching-Deleting branches 6.95 MB DOWNLOAD
118 08. Branching-Deleting branches 6.89 KB DOWNLOAD
119 09. Branching-Configuring the command prompt to show the branch 14.52 MB DOWNLOAD
120 09. Branching-Configuring the command prompt to show the branch 14.20 KB DOWNLOAD
11. Merging Branches
121 01. Merging Branches-Merging code 5.40 MB DOWNLOAD
122 01. Merging Branches-Merging code 5.14 KB DOWNLOAD
123 02. Merging Branches-Using fast-forward merge vs. true merge 12.61 MB DOWNLOAD
124 02. Merging Branches-Using fast-forward merge vs. true merge 10.76 KB DOWNLOAD
125 03. Merging Branches-Merging conflicts 30.83 MB DOWNLOAD
126 03. Merging Branches-Merging conflicts 11.93 KB DOWNLOAD
127 04. Merging Branches-Resolving merge conflicts 32.19 MB DOWNLOAD
128 04. Merging Branches-Resolving merge conflicts 12.19 KB DOWNLOAD
129 05. Merging Branches-Exploring strategies to reduce merge conflicts 3.96 MB DOWNLOAD
130 05. Merging Branches-Exploring strategies to reduce merge conflicts 7.19 KB DOWNLOAD
12. Stashing Changes
131 01. Stashing Changes-Saving changes in the stash 8.35 MB DOWNLOAD
132 01. Stashing Changes-Saving changes in the stash 6.29 KB DOWNLOAD
133 02. Stashing Changes-Viewing stashed changes 4.57 MB DOWNLOAD
134 02. Stashing Changes-Viewing stashed changes 4.14 KB DOWNLOAD
135 03. Stashing Changes-Retrieving stashed changes 7.88 MB DOWNLOAD
136 03. Stashing Changes-Retrieving stashed changes 6.51 KB DOWNLOAD
137 04. Stashing Changes-Deleting stashed changes 9.49 MB DOWNLOAD
138 04. Stashing Changes-Deleting stashed changes 4.66 KB DOWNLOAD
13. Remotes
139 01. Remotes-Using local and remote repositories 6.69 MB DOWNLOAD
140 01. Remotes-Using local and remote repositories 10.83 KB DOWNLOAD
141 02. Remotes-Setting up a GitHub account 9.89 MB DOWNLOAD
142 02. Remotes-Setting up a GitHub account 9.59 KB DOWNLOAD
143 03. Remotes-Adding a remote repository 6.73 MB DOWNLOAD
144 03. Remotes-Adding a remote repository 7.01 KB DOWNLOAD
145 04. Remotes-Creating a remote branch 8.17 MB DOWNLOAD
146 04. Remotes-Creating a remote branch 6.46 KB DOWNLOAD
147 05. Remotes-Closing a remote repository 8.46 MB DOWNLOAD
148 05. Remotes-Closing a remote repository 7.96 KB DOWNLOAD
149 06. Remotes-Tracking remote branches 7.16 MB DOWNLOAD
150 06. Remotes-Tracking remote branches 6.36 KB DOWNLOAD
151 07. Remotes-Pushing changes to a remote repository 16.18 MB DOWNLOAD
152 07. Remotes-Pushing changes to a remote repository 6.98 KB DOWNLOAD
153 08. Remotes-Fetching changes from a remote repository 10.38 MB DOWNLOAD
154 08. Remotes-Fetching changes from a remote repository 9.03 KB DOWNLOAD
155 09. Remotes-Merging in fetched changes 5.97 MB DOWNLOAD
156 09. Remotes-Merging in fetched changes 8.18 KB DOWNLOAD
157 10. Remotes-Checking out remote branches 5.44 MB DOWNLOAD
158 10. Remotes-Checking out remote branches 5.08 KB DOWNLOAD
159 11. Remotes-Pushing to an updated remote branch 2.21 MB DOWNLOAD
160 11. Remotes-Pushing to an updated remote branch 3.41 KB DOWNLOAD
161 12. Remotes-Deleting a remote branch 5.01 MB DOWNLOAD
162 12. Remotes-Deleting a remote branch 4.66 KB DOWNLOAD
163 13. Remotes-Enabling collaboration 5.62 MB DOWNLOAD
164 13. Remotes-Enabling collaboration 6.33 KB DOWNLOAD
165 14. Remotes-A collaboration workflow 8.51 MB DOWNLOAD
166 14. Remotes-A collaboration workflow 14.31 KB DOWNLOAD
14. Tools and Next Steps
167 01. Tools and Next Steps-Setting up aliases for common commands 7.19 MB DOWNLOAD
168 01. Tools and Next Steps-Setting up aliases for common commands 7.74 KB DOWNLOAD
169 02. Tools and Next Steps-Using SSH keys for remote login 5.07 MB DOWNLOAD
170 02. Tools and Next Steps-Using SSH keys for remote login 4.25 KB DOWNLOAD
171 03. Tools and Next Steps-Exploring integrated development environments 1.45 MB DOWNLOAD
172 03. Tools and Next Steps-Exploring integrated development environments 1.83 KB DOWNLOAD
173 04. Tools and Next Steps-Exploring graphical user interfaces 7.20 MB DOWNLOAD
174 04. Tools and Next Steps-Exploring graphical user interfaces 7.43 KB DOWNLOAD
175 05. Tools and Next Steps-Understanding Git hosting 2.31 MB DOWNLOAD
176 05. Tools and Next Steps-Understanding Git hosting 4.47 KB DOWNLOAD
15. Conclusion
177 Git Essential Training-Conclusion-Goodbye 1.16 MB DOWNLOAD
178 Git Essential Training-Conclusion-Goodbye 1.68 KB DOWNLOAD
16. فایل های تمرینی
179 Ex_Files_GIT_EssT 122.66 MB DOWNLOAD
شما می توانید مجموعه کامل بخش های این فابل را نیز به صورت مجموعه کامل دریافت نمایید.
اگر شما نسبت به این اثر یا عنوان محق هستید، لطفا از طریق "بخش تماس با ما" با ما تماس بگیرید و برای اطلاعات بیشتر، صفحه قوانین و مقررات را مطالعه نمایید.

دیدگاه کاربران


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

بارگزاری