Skip to content

Commit 659042c

Browse files
author
Steve Danielson
committed
Bulk ownership of repos/git
1 parent 56f7837 commit 659042c

File tree

89 files changed

+16
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+16
-202
lines changed

docs/docfx.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
"pipelines/tasks/**": "sdanie",
121121
"pipelines/test/**": "sdanie",
122122
"service-hooks/**": "aaronha",
123-
"repos/tfvc/**": "v-maksim"
123+
"repos/tfvc/**": "v-maksim",
124+
"repos/*.md": "macoope",
125+
"repos/git/**": "macoope"
124126

125127
},
126128
"author": {
@@ -150,7 +152,9 @@
150152
"pipelines/tasks/**": "steved0x",
151153
"pipelines/test/**": "steved0x",
152154
"service-hooks/**": "aaronhallberg",
153-
"repos/tfvc/**": "MaximMalygin"
155+
"repos/tfvc/**": "MaximMalygin",
156+
"repos/*.md": "vtbassmatt",
157+
"repos/git/**": "vtbassmatt"
154158

155159
},
156160
"ms.technology": {

docs/repos/get-started/code-with-git.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Share code in a Git repo and a new team project
55
ms.assetid:
66
ms.technology: devops-new-user
7-
ms.author: apawast
8-
author: apawast
97
ms.date: 09/10/2018
108
ms.topic: quickstart
119
monikerRange: '>= tfs-2018'

docs/repos/get-started/index.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Sign up and get started using Azure Repos
55
ms.technology: devops-new-user
66
ms.assetid:
7-
ms.author: apawast
8-
author: apawast
97
ms.date: 09/10/2018
108
ms.custom: seo-javascript-september2019
119
monikerRange: '>= tfs-2013'

docs/repos/get-started/key-concepts-repos.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Key concepts and terminology used for Azure Repos
33
titleSuffix: Azure Repos
44
description: Key definitions for objects and items used to code with Azure Repos
55
ms.technology: devops-new-user
6-
ms.author: apawast
7-
author: apawast
86
ms.topic: reference
97
monikerRange: 'azure-devops'
108
ms.date: 09/10/2018

docs/repos/get-started/sign-up-invite-teammates.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure DevOps
44
description: Quickstart guide to signing up and inviting others to join a team project in Azure DevOps Services
55
ms.technology: devops-new-user
66
ms.topic: quickstart
7-
ms.author: apawast
8-
author: apawast
97
ms.date: 05/06/2018
108
monikerRange: 'azure-devops'
119
---

docs/repos/get-started/what-is-repos.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Collaborate on code
33
titleSuffix: Azure Repos
44
description: What do you get with Azure Repos
55
ms.technology: devops-new-user
6-
ms.author: apawast
7-
author: apawast
86
ms.date: 06/01/2020
97
ms.topic: overview
108
monikerRange: 'azure-devops'

docs/repos/git/auth-overview.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Choose between HTTPS, SSH, personal access tokens, and alternate credentials to securely sign in to your Git repos.
55
ms.assetid: 138f12d0-e3fd-4fde-a727-1b39d45c05c4
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 11/26/2019
119
monikerRange: '>= tfs-2015'

docs/repos/git/branch-permissions.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Set permissions for Git branches in Azure DevOps Services/TFS.
55
ms.assetid: 0dacda14-c251-4a89-8141-ae60a47dab52
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 05/14/2020
119
monikerRange: '>= tfs-2017'

docs/repos/git/branch-policies-overview.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Learn about branch policies in Azure DevOps Services & TFS
55
ms.technology: devops-code-git
66
ms.assetid: 36A4986E-BFB8-422B-BFC9-8A0CB75D0603
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: overview
108
ms.date: 06/01/2020
119
monikerRange: '>= tfs-2015'

docs/repos/git/branch-policies.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Branch policies provide teams with the means to protect their important branches.
55
ms.assetid: 5D76697E-16A0-4048-91D1-806FE24C92A3
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 11/15/2019
119
monikerRange: '>= tfs-2015'

docs/repos/git/branches.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Create, use, and delete Git Branches in Visual Studio and from the command line
55
ms.assetid: 4b18a164-d1cb-4f87-89cb-8dc227e64af1
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: tutorial
108
ms.date: 09/10/2018
119
monikerRange: '>= tfs-2013'

docs/repos/git/case-sensitivity.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: How Git interacts with case-insensitive filesystems
55
ms.assetid: 7e02f9e9-ebb1-4d7a-aeb2-37445a6cf8c7
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 03/14/2018
119
monikerRange: '>= tfs-2018'

docs/repos/git/change-default-branch.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ ms.assetid: cd71e039-6e11-44f9-80fd-66c3bc146b46
55
ms.topic: article
66
ms.technology: devops-code-git
77
ms.date: 07/10/2020
8-
ms.author: macoope
9-
author: vtbassmatt
108
monikerRange: '>= tfs-2015'
119
---
1210

docs/repos/git/cherry-pick.md

-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Copy and port changes from one branch to another in Git with cherry-pick,
55
ms.assetid: 5bf5a8d2-9ff2-4d89-b59f-484a3c14021a
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: tutorial
108
ms.date: 03/14/2018
119
monikerRange: '>= tfs-2013'
@@ -47,7 +45,6 @@ Use `git log` to find the commit ID of the commit whose changes you want to copy
4745
<pre style="color:white;background-color:black;font-family:Consolas,Courier,monospace;padding:10px">
4846
&gt; git log app.ts
4947
<font color="#b5bd68">commit d34bcef232f6cf033e1252b7300465d3e561b2ee
50-
Author: Francis Totten &lt; frank@fabrikam.com &gt;
5148
Date: Wed May 18 21:10:39 2016 +0000
5249

5350
add complex query parsing logic</font>

docs/repos/git/clone.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Create a local clone of an existing repo using Visual Studio or command prompt
55
ms.assetid: b6240e2f-2d3d-4874-9953-7e554d5e3b97
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: tutorial
108
ms.date: 11/15/2019
119
monikerRange: '>= tfs-2013'

docs/repos/git/command-prompt.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: Commands reference for common Git tasks in Visual Studio or the com
55
ms.assetid: FAED51BE-2CB0-46DE-8C72-E4EEF6CB8827
66
toc: show
77
ms.technology: devops-code-git
8-
ms.author: apawast
9-
author: apawast
108
ms.topic: reference
119
ms.date: 03/14/2018
1210
monikerRange: '>= tfs-2013'

docs/repos/git/commit-details.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: View Git commit details in Visual Studio
55
ms.assetid: 82aa7c10-c304-400a-84c9-d5ed87d66180
66
toc: show
77
ms.technology: devops-code-git
8-
ms.author: sancha
9-
author: apawast
108
ms.topic: reference
119
ms.date: 03/14/2018
1210
monikerRange: '>= tfs-2017'

docs/repos/git/commit-history.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: View Git commit history in Visual Studio
55
ms.assetid: f1ceefae-192f-49ee-af52-b9a29852bf85
66
toc: show
77
ms.technology: devops-code-git
8-
ms.author: sancha
9-
author: apawast
108
ms.topic: reference
119
ms.date: 03/14/2018
1210
monikerRange: '>= tfs-2017'

docs/repos/git/commits.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Use Git commit to save your work into Git version control with Visual Studio or the command line.
55
ms.assetid: 223c0064-06ec-433e-8ec2-d73a5435cf23
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: tutorial
108
ms.date: 11/12/2018
119
monikerRange: '>= tfs-2013'

docs/repos/git/create-a-readme.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: Tips, advice, and suggestions on how to create a great readme file
55
ms.assetid: fcd84ee1-909c-4837-9c39-bf036afe6232
66
toc: show
77
ms.technology: devops-code-git
8-
ms.author: apawast
9-
author: apawast
108
ms.topic: conceptual
119
ms.date: 03/14/2018
1210
monikerRange: '>= tfs-2013'

docs/repos/git/create-branch.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Use the branches page to create a new Git branch in Azure DevOps Services or TFS
55
ms.assetid: 13783230-7762-4fd0-b392-5187c7f9fe1e
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 10/11/2018
119
monikerRange: '>= tfs-2013'

docs/repos/git/create-new-repo.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Create a new Git repo in an Azure DevOps Services or Team Foundation Server Project
55
ms.assetid: 9c6fabfa-ae17-4e65-93a2-9e476f9f88ba
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: quickstart
108
ms.date: 11/02/2018
119
monikerRange: '>= tfs-2015'

docs/repos/git/create-pr-status-server-with-azure-functions.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Create a serverless function to listen to pull request events and post status on the pull request status API.
55
ms.assetid:
66
ms.technology: devops-code-git
7-
ms.author: yohasna
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 10/31/2018
119
monikerRange: '>= tfs-2018'

docs/repos/git/create-pr-status-server.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Create a web server to listen to pull request events and post status on the pull request status API.
55
ms.assetid: 2653589c-d15e-4dab-b8b0-4f8236c4a67b
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 10/31/2018
119
monikerRange: '>= tfs-2018'

docs/repos/git/create-repo-intellij.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Intro to the IntelliJ plugin available for Azure Repos.
55
ms.assetid:
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 09/10/2018
119
monikerRange: '>= tfs-2015'

docs/repos/git/creatingrepo.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Create new Git repos using Visual Studio or command line init
55
ms.assetid: 83c20dac-85c6-4fa0-93b5-912d5477246a
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: tutorial
108
ms.date: 09/10/2018
119
monikerRange: '>= tfs-2013'

docs/repos/git/delete-branch.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Use the branches page to delete a Git branch in Azure DevOps Services or Team Foundation Server
55
ms.assetid: c033e522-5729-49b6-a27c-f13c9f0e57ba
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 10/11/2018
119
monikerRange: '>= tfs-2017'

docs/repos/git/delete-existing-repo.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Remove an existing Git repo in an Azure DevOps Services or Team Foundation Server project
55
ms.assetid: 271f8473-e77d-4a95-80d9-0bd347de7533
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 11/02/2018
119
monikerRange: '>= tfs-2015'

docs/repos/git/find-a-file.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Search your Git repo in Azure DevOps Services or TFS for a specific file or folder
55
ms.assetid: 228495b9-f3cb-484a-a798-d026d650fa26
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 11/02/2018
119
monikerRange: '>= tfs-2017'

docs/repos/git/forks-overview.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Learn about forks in Azure DevOps Services & TFS
55
ms.technology: devops-code-git
66
ms.assetid: 36A4986E-BFB8-422B-BFC9-8A0CB75D0603
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: overview
108
ms.date: 06/01/2020
119
monikerRange: '>= tfs-2018'

docs/repos/git/forks.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Learn to isolate code using forks in Azure DevOps Services & TFS
55
ms.assetid: d212c1ec-19b9-4d5a-bb7f-2a909f151180
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 09/10/2018
119
monikerRange: '>= tfs-2018'

docs/repos/git/gcm-ssh-passphrase.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Understand what a SSH passphrase is and why the Git Credential Manager for Windows needs it.
55
ms.assetid: 266f5d0e-78b9-4911-9bdf-ab509f17ff23
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 03/14/2018
119
monikerRange: '>= tfs-2015'

docs/repos/git/get-started-vs2013.md

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: Get started using Git in Visual Studio
55
toc: show
66
ms.assetid: BFDE8FAF-63B8-4BC9-9A24-32EE2CA73C13
77
ms.technology: devops-code-git
8-
ms.author: apawast
9-
author: apawast
108
ms.topic: conceptual
119
ms.date: 03/14/2018
1210
monikerRange: '>= tfs-2013'

docs/repos/git/git-branching-guidance.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Git branching guidance
55
ms.assetid: 9445be16-3bf4-46ff-bef8-52b72da03d0a
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 11/15/2019
119
monikerRange: '>= tfs-2013'

docs/repos/git/git-config.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: How gitconfig files work and are used in Visual Studio
55
ms.assetid:
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 09/10/2018
119
monikerRange: '>= tfs-2018'

docs/repos/git/git-dates.md

-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: How dates work in Git
55
ms.assetid: c5e233e2-cc84-4ca6-8ca3-8eb6d686533a
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 03/14/2018
119
monikerRange: '>= tfs-2013'
@@ -47,7 +45,6 @@ If we look at our regular log history we would see something like the following:
4745
git log
4846
4947
commit 17232459f0ae25adeff21c9e21742ba22b7f3499
50-
Author: Ross Brodbeck <robrodbe@microsoft.com>
5148
Date: Thu Feb 25 19:38:54 2016 -0500
5249
5350
An amended commit
@@ -59,7 +56,6 @@ Now let's view the same commit with the author date:
5956
git log --pretty=fuller
6057
6158
commit 17232459f0ae25adeff21c9e21742ba22b7f3499
62-
Author: Ross Brodbeck <robrodbe@microsoft.com>
6359
AuthorDate: Thu Feb 25 19:38:54 2016 -0500
6460
Commit: Ross Brodbeck <robrodbe@microsoft.com>
6561
CommitDate: Thu Feb 25 19:39:36 2016 -0500

docs/repos/git/git-index-lock.md

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ titleSuffix: Azure Repos
44
description: Learn more about the Git index.lock file in Visual Studio
55
ms.assetid: d7f960e7-7132-4ee3-ba27-5bb5fd60e625
66
ms.technology: devops-code-git
7-
ms.author: apawast
8-
author: apawast
97
ms.topic: conceptual
108
ms.date: 03/14/2018
119
monikerRange: '>= tfs-2013'

0 commit comments

Comments
 (0)