Description: A Promise of Excellence 💯 - Maytham Fahmi
agents (2692) pipeline (462) azure devops (29) yaml (27) multistage (4)
A Promise of Excellence 💯
Menu Menu Home Work samples Services About me How to Recover Deleted Azure DevOps Repository? 15-08-2022 10-08-2022 by Maytham Fahmi You might possibly delete an Azure DevOps repository by mistake and want to recover it. As standard, it is not possible to recover deleted repository from the user interface. In this article, I will explain how to undelete a repository manually, and in addition, I will introduce a little tool that recovers your repository automatically…..
Categories Article , DevOps , How to Tags azdotools , azure devops , recover , undelete 1 Comment How to copy an existing Git repository into an existing Git repository with commit history 15-08-2022 03-08-2022 by Maytham Fahmi I have recently met a nice challenge of moving a frontend repository let’s call it (A) with its commit history to an existing backend git repository let’s call (B). At the begging of this challenge, I was thinking to clone repository A and copying it into a subfolder in repository B.