forked from MicrosoftDocs/azure-devops-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtoc.yml
216 lines (216 loc) · 6.95 KB
/
toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
- name: Git Repositories
href: ./index.yml
- name: Get started with Git
items:
- name: Commit, share, and sync your code
href: gitquickstart.md
- name: Create repo - Web
href: create-new-repo.md
- name: Create repo - Visual Studio
href: share-your-code-in-git-vs.md
- name: Git preferences and settings
href: git-config.md
- name: Clone an existing repo
href: clone.md
- name: Import repo
href: import-git-repository.md
- name: Import and migrate from TFVC
href: import-from-TFVC.md
- name: Use Visual Studio with Git
href: ../tfvc/use-visual-studio-git.md
- name: Connect & authenticate
items:
- name: Connect to a project or repo
href: ../../organizations/projects/connect-to-projects.md?toc=/azure/devops/repos/toc.json
- name: Authentication
href: auth-overview.md
- name: Authenticate with SSH
href: use-ssh-keys-to-authenticate.md
- name: Authenticate with the Git Credential Manager
href: set-up-credential-managers.md
- name: Key concepts
items:
- name: Git workflow
href: gitworkflow.md
- name: Ignore files
href: ignore-files.md
- name: Manage large files
href: manage-large-files.md
- name: Understand dates in Git
href: git-dates.md
- name: Understand names in Git
href: git-names.md
- name: Cross-platform compatibility
href: os-compatibility.md
- name: Create & manage repos
items:
- name: Create a new repo
href: creatingrepo.md
- name: Create repo - CLI
href: share-your-code-in-git-cmdline.md
- name: Create repo - IntelliJ
href: create-repo-intellij.md
- name: Create repo - Eclipse
href: share-your-code-in-git-eclipse.md
- name: Create repo - Xcode
href: share-your-code-in-git-xcode.md
- name: Manage repos
items:
- name: Repository settings and policies
href: repository-settings.md
- name: Set repository permissions (Security)
href: set-git-repository-permissions.md
- name: Create a readme
href: create-a-readme.md
- name: Delete a repo
href: delete-existing-repo.md
- name: Rename a repo
href: repo-rename.md
- name: Find a file
href: find-a-file.md
- name: Move a repo to another project
href: move-git-repos-between-team-projects.md
- name: Remove large binaries from Git
href: remove-binaries.md
- name: Branches & forks
items:
- name: About branches & branch policies
href: branch-policies-overview.md
- name: Branch strategy
href: git-branching-guidance.md
- name: Create a branch
href: create-branch.md
- name: Delete a Git branch
href: delete-git-branch.md
- name: Change the default branch
href: change-default-branch.md
- name: Forks
href: forks.md
- name: Manage branches
items:
- name: Manage your branches
href: manage-your-branches.md
- name: Set branch policies
href: branch-policies.md
- name: Set branch permissions
href: branch-permissions.md
displayname: security
- name: Delete a branch
href: delete-branch.md
- name: Restore a deleted branch
href: restore-deleted-branch.md
- name: Require branch folders
href: require-branch-folders.md
- name: Lock a branch
href: lock-branches.md
- name: Commits, push, fetch, pull
items:
- name: Save work with commits
href: commits.md
- name: Share code with push
href: pushing.md
- name: Update code with fetch and pull
href: pulling.md
- name: Resolve merge conflicts
href: merging.md
- name: Copy changes with cherry-pick
href: cherry-pick.md
- name: Undo changes
href: undo.md
- name: Apply changes with rebase
href: rebase.md
- name: Work with tags
href: git-tags.md
- name: Commit history
href: commit-history.md
- name: Commit details
href: commit-details.md
- name: Git index.lock file
href: git-index-lock.md
- name: Pull requests
items:
- name: About pull requests
href: about-pull-requests.md
- name: Merge strategies and squash merge
href: merging-with-squash.md
- name: View and open pull requests
href: view-pull-requests.md
- name: Create pull requests
href: pull-requests.md
- name: Review pull requests
href: review-pull-requests.md
- name: Complete pull requests
href: complete-pull-requests.md
- name: Pull request notifications
href: pull-request-notifications.md
- name: Pull request templates
href: pull-request-templates.md
- name: Extend pull request workflows with pull request status
href: pull-request-status.md
- name: Configure custom target branches for pull requests
href: pull-request-targets.md
- name: History
items:
- name: Review history
href: review-history.md
- name: History in Git
href: history.md
- name: Git log history simplification
href: git-log-history-simplification.md
- name: Cross-service operations
items:
- name: Cross-service overview
href: ../../cross-service/cross-service-overview.md
- name: Auto complete work items with pull requests
href: ../../boards/work-items/auto-complete-work-items-pull-requests.md?toc=/azure/devops/repos/toc.json
- name: Drive Git development from a work item
href: ../../boards/backlogs/connect-work-items-to-git-dev-ops.md?toc=/azure/devops/repos/toc.json
- name: Work item completion on commit
href: resolution-mentions.md
- name: Set up continuous integration
href: ../../pipelines/build/triggers.md?toc=/azure/devops/repos/toc.json
- name: Define a CI build for your repo
href: ../../pipelines/build/ci-build-git.md?toc=/azure/devops/repos/toc.json
- name: Create a pull request status server
href: create-pr-status-server.md
- name: Use Azure Functions to create custom branch policies
href: create-pr-status-server-with-azure-functions.md
- name: Configure branch policy for an external service
href: pr-status-policy.md
- name: Samples
items:
- name: Azure DevOps Samples for .NET
href: https://github.com/Microsoft/azure-devops-dotnet-samples
- name: Command reference
items:
- name: Git commands
href: command-prompt.md
- name: tf git permission
href: ../tfvc/git-permission-command.md
- name: tf git view
href: ../tfvc/git-view-command.md
- name: Go get using Azure Repos
href: go-get.md
- name: Reference
items:
- name: Default Git permissions (Security)
href: ../../organizations/security/default-git-permissions.md?toc=/azure/devops/repos/toc.json
- name: Download permissions report
href: ../../organizations/security/download-permissions-report.md
- name: Frequently asked questions
href: howto.yml
- name: Git limits
href: limits.md
- name: Repository health
href: repo-health.md
- name: Map TFVC actions to Git
href: mapping-my-tfvc-actions-to-git.md
- name: RPC failures & http.postBuffer
displayName: json
href: rpc-failures-http-postbuffer.md
- name: SSH passphrases
href: gcm-ssh-passphrase.md
- name: Resources
items:
- name: Pro Git
href: https://www.git-scm.com/book/en/v2