forked from MicrosoftDocs/azure-devops-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.yml
136 lines (132 loc) · 5.27 KB
/
index.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
### YamlMime:Landing
title: Azure Repos documentation
summary: Collaborate on code development using free Git public and private repositories, pull requests, and code review.
metadata:
title: Azure Repos documentation
titleSuffix: Azure DevOps
description: Collaborate on code development using free Git public and private repositories, pull requests, and code review.
ms.service: azure-devops-repos
ms.topic: landing-page
ms.author: vijayma
author: vijayma
ms.date: 03/18/2021
ms.subservice: azure-devops-repos-git
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card (optional)
- title: About Azure Repos
linkLists:
- linkListType: video
links:
- text: Use Pull Requests with Azure DevOps
url: /shows/visual-studio-toolbox/pull-requests-in-azure-devops
- linkListType: overview
links:
- text: What is Azure Repos?
url: ./get-started/what-is-repos.md
- text: Compare Git and TFVC
url: ./tfvc/comparison-git-tfvc.md
- title: Connect & authentication
linkLists:
- linkListType: overview
links:
- text: Authentication overview
url: ./git/set-up-credential-managers.md
- text: Connect to an Azure DevOps project
url: ../organizations/projects/connect-to-projects.md
- linkListType: how-to-guide
links:
- text: Use SSH key authentication
url: ./git/use-ssh-keys-to-authenticate.md
- text: Use Git Credential Manager
url: ./git/set-up-credential-managers.md
- title: Get started with Git or GitHub
linkLists:
- linkListType: get-started
links:
- text: Commit, share, and sync your code
url: ./git/gitquickstart.md
- text: Clone a repository
url: ./git/clone.md
- text: Import a Git repo into your project
url: ./git/import-git-repository.md
- text: Update code with fetch and pull
url: ./git/pulling.md
- text: Undo changes in your Git repo
url: ./git/undo.md
- linkListType: tutorial
links:
- text: Save changes with Git commits
url: ./git/commits.md
- text: Sync changes to a remote Git repo
url: ./git/pushing.md
- text: Resolve Git merge conflicts
url: ./git/merging.md
- title: Manage Git repos & branches
linkLists:
- linkListType: how-to-guide
links:
- text: Create & manage Git repositories
url: ./git/create-new-repo.md
- text: Set Git repository permissions
url: ./git/set-git-repository-permissions.md
- text: Create a new branch
url: ./git/create-branch.md
- text: Improve code quality with branch policies
url: ./git/branch-policies.md
- text: Manage branches
url: ./git/manage-your-branches.md
- text: Change the default branch
url: ./git/change-default-branch.md
- text: Ignore files
url: ./git/ignore-files.md
- text: Set Git branch security and permissions
url: ./git/branch-permissions.md
- linkListType: reference
links:
- text: Default permissions
url: ../organizations/security/default-git-permissions.md?bc=%2fazure%2fdevops%2frepos%2fbreadcrumb%2ftoc.json&toc=%2fazure%2fdevops%2frepos%2ftoc.json
- text: Git command reference
url: ./git/command-prompt.md
- title: Get started with TFVC
linkLists:
- linkListType: quickstart
links:
- text: Share your code using Visual Studio
url: ./tfvc/share-your-code-in-tfvc-vs.md
- linkListType: how-to-guide
links:
- text: Suspend work and manage shelvesets
url: ./tfvc/suspend-your-work-manage-your-shelvesets.md
- text: Use Source Control Explorer to manage files
url: ./tfvc/use-source-control-explorer-manage-files-under-version-control.md
- text: Get code reviewed
url: ./tfvc/get-code-reviewed-vs.md
- text: Create work spaces
url: ./tfvc/create-work-workspaces.md
- text: Branch folders and files
url: ./tfvc/branch-folders-files.md
- linkListType: reference
links:
- text: TFVC command reference
url: ./tfvc/use-team-foundation-version-control-commands.md
- title: Configure TFVC resources
linkLists:
- linkListType: how-to-guide
links:
- text: Manage TFVC repository permissions
url: ./tfvc/set-tfvc-repository-permissions.md
- text: Add TFVC check-in policies
url: ./tfvc/add-check-policies.md
- title: Developer resources
linkLists:
- linkListType: reference
links:
- text: Azure DevOps CLI
url: /cli/azure/repos
- text: Git REST API
url: /rest/api/azure/devops/git/
- text: TFVC REST API
url: /rest/api/azure/devops/tfvc/