No video

(#30) Clone Azure DevOps Repo | Azure devops tutorial for beginners

  Рет қаралды 142,122

WebGentle

WebGentle

Күн бұрын

Пікірлер: 45
@tvjmohan
@tvjmohan 4 жыл бұрын
Never seen any one explaining in this manner..... very nice..... step by step... this is what we need.. we get this kind of in text books.. but in video explaining like this never before.... even though i have enough knowledge devops, the way you teach us is very nice. thank you for your wonderful sessions/videos. Hope we see same for aws too
@WebGentle
@WebGentle 4 жыл бұрын
Thankyou for these beautiful and motivated words :)
@a4ayanshrkvlogs288
@a4ayanshrkvlogs288 Жыл бұрын
Thank u sir for providing us such a great sessions...nobody explained liku u till nw
@nasarazam
@nasarazam Жыл бұрын
Very Nicely Explained - Thanks from Chicago
@WebGentle
@WebGentle Жыл бұрын
Glad it was helpful!
@StriveforGainz
@StriveforGainz Жыл бұрын
Thanks! Keep up the great work!
@meenakshir5226
@meenakshir5226 2 жыл бұрын
Thanks a lot. It helped me. Can you make a video how to run a project in local machine after clone from devops. What to change in web config, IIS set up etc.
@WebGentle
@WebGentle 2 жыл бұрын
The configuration depends on the project. You don't need to configure IIS for each project.
@shapbnil
@shapbnil 3 жыл бұрын
Very nice tutorial Brother. Thank you. Where is Azure DevOps Test Plan???
@juliestudy1475
@juliestudy1475 8 ай бұрын
Great! Thanks!
@WebGentle
@WebGentle 8 ай бұрын
You're welcome!
@prathibhasama5098
@prathibhasama5098 Жыл бұрын
Very use full thanks a lot🙏🙏🙏
@omkarp8521
@omkarp8521 Жыл бұрын
Very nice explanation, sir is it mandatory to install git on your machine before cloning a Devops repo using visual studio? Or can we install without installing git?
@shubhamshukla4052
@shubhamshukla4052 10 ай бұрын
we got a query to backup an azure resouce template on azure devops repository and the backup should be done on every day once, and it should overwrite the existing file. This should be done in Automation so that the resource template should be exported to azure devops repository. I dont know how to start with
@nareshatm
@nareshatm Жыл бұрын
Thank you sir!!!
@aprilnosa
@aprilnosa Жыл бұрын
Hello. Thanks for the wonderful videos. But some of aren't too tech savvy, I lost you at 2:04 minutes of this video, you didn't tell us how you opened or got access to those folders, how did you keep getting the page with files to pop up. I'm sorry if you think everyone should know that but I don't. Pls let me know so I continue. Thank you.
@manamuchatlu12
@manamuchatlu12 9 ай бұрын
getting error while executing dotnet new mvc command . error:dotnet is not recognised as internal or external command.
@mcajagtarr
@mcajagtarr 4 жыл бұрын
During cloning which password u enterd is it azure devops password or git password
@shsikzuhair4393
@shsikzuhair4393 3 жыл бұрын
Good Courses
@ieltscambridge961
@ieltscambridge961 2 жыл бұрын
what if i want to clone a particular branch instead of a develop branch
@sathishkumark8386
@sathishkumark8386 4 жыл бұрын
Thanks it helps
@babitsingh7813
@babitsingh7813 3 жыл бұрын
good one..Thanks
@roopeshradhakrishnan7271
@roopeshradhakrishnan7271 11 ай бұрын
I am getting an error can you please look what I am doing wrong "Cloning into 'project%20with%20GIT'... fatal: Failed to find location service Password for
@pradeeppradyumna601
@pradeeppradyumna601 3 жыл бұрын
Is there a way to clone multiple repositories at once, sing Azure CLI?
@sureshvarma5274
@sureshvarma5274 Жыл бұрын
Bro at 4.27 you opened visual studioi didn't get you how you opened
@sameerashaik7360
@sameerashaik7360 2 жыл бұрын
I installed git in my system but after that i try to cloning it is not running... The error came here is " Clone is not recognized as an internal or external command " Sir, can you please clear my doubt?
@WebGentle
@WebGentle 2 жыл бұрын
git clone repoPath
@navroshkapoor
@navroshkapoor 11 ай бұрын
Same problem
@devips5102
@devips5102 4 жыл бұрын
Super sir
@devisyam295
@devisyam295 Жыл бұрын
how can i clone my tfs repo in jenkins
@prasannakumar4904
@prasannakumar4904 4 жыл бұрын
Thanks 😊
@ritwikc5612
@ritwikc5612 4 жыл бұрын
I tried cloning from Azure devops without git being installed in my local computer. Is that okay?
@WebGentle
@WebGentle 4 жыл бұрын
No. You must install git at your local system.
@kalyankalapala8940
@kalyankalapala8940 3 жыл бұрын
It doesn't work that way. Inorder to clone the repository the GIT must be installed on the system. It might be windows or linux.
@nirmalkumar3282
@nirmalkumar3282 4 жыл бұрын
Multiple git clone saves the username & password,but if i have to do a gitclone with different usrname & password what to do? it automatically takes the old credentials
@WebGentle
@WebGentle 4 жыл бұрын
Generally git save credential per repository. But in case you are having this issue then you can reset the cache or go to credential manager and reset it.
@nirmalkumar3282
@nirmalkumar3282 4 жыл бұрын
WebGentle Thanks ,it is solved
@khanjazzy
@khanjazzy 4 жыл бұрын
can we use Github instead of using Azure Repos as code repository?
@WebGentle
@WebGentle 4 жыл бұрын
Yes you can
@UmairKhan-ys5kv
@UmairKhan-ys5kv 8 ай бұрын
username and password you entered is of you azure devops account ?
@saurabhsrivastav902
@saurabhsrivastav902 Жыл бұрын
Hi , can we use SourceTree with AzureDevOps?
@WebGentle
@WebGentle Жыл бұрын
Yes, You can use any client tool with any git provider.
@saurabhsrivastav902
@saurabhsrivastav902 Жыл бұрын
@@WebGentle thanks for confirming. I used the HTTP clone URL in git and it worked, but same URL on SourceTree is giving error as URL invalid. Any idea on it?
Up and Running with Git and Visual Studio with Azure DevOps
28:06
Bill Raymond
Рет қаралды 57 М.
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 19 МЛН
Prank vs Prank #shorts
00:28
Mr DegrEE
Рет қаралды 7 МЛН
Harley Quinn's revenge plan!!!#Harley Quinn #joker
00:59
Harley Quinn with the Joker
Рет қаралды 21 МЛН
Azure DevOps Tutorial for Beginners | CI/CD with Azure Pipelines
36:29
TechWorld with Nana
Рет қаралды 1,2 МЛН
Getting Started with Boards
17:21
Travis Roberts
Рет қаралды 55 М.
Azure DevOps | TFS | Source Code Versioning using Azure DevOps
32:53
Using VS Code with Azure DevOps Git Repos
14:38
Travis Roberts
Рет қаралды 72 М.
Microsoft 365   The Absolute Beginner's Guide for Admins
47:07
Andy Malone MVP
Рет қаралды 232 М.
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 19 МЛН