First of all God bless you. The videos are awesome and to the point which a lay man can understand very easily. The speed is very good. At no time I feel diverted and remained focused. I saw many video's from other people but many of them try to make things very complicated. After seeing all your videos I don't think anybody has to see any other video.
Excellent ! your Way of explanation is excellent . I am having teaching experience at university level new to azure devops . But you explained in simple Way! God bless!
Hello excellent Video! You explained different methods for the git and manage the source code. Why we can’t use azure dev ops web? It has all of the main version control commands. Thanks for your reply
This dot net core project is created but it's not committing those files as a change, or without the commit, while adding these files it is showing --> not a git repository (or any of the parent directories): .git. @WebGentle
Hello sir iam watching u r azure devops series of videos, up to 30th video I had followed and practiced., But in 31st video I was unable to add a new project with dotnet code using the commands which ever you explained in the video, Can u help me how to over come that one..
Hi am new in azure deveops...by mistakly I commit one doc file in my repo nd I deleted it...but in commit it's showing that deleted file..is there having any option to remove it from commit
hi... i must commend your good teaching. please i tried to start a new project using DOTNET NEW MVC as you used on this tutorial, the response i got is that DOTNET IS NOT RECOGNISED AS INTERNAL OR EXTERNAL COMMAND. what should i do to get this right?
It is very useful videos .thank you so much.. can we use git bash to push our code from local to remote? dotnet new mvc ..command is not working for me . do we need to download any dependency software .please explain .thanks
hi, i have tried git push from some folder of my local path. but i did not use dotnet new mvc, i have added my website files. this files are available in the d:\folder. i have a doubt on this, i have 3 project in the Devops. i added those comments (git add=all and git commit and git push,) from cmd of D:\folder. Now how do i get all the files from D:\folder to particular Project? please clarify
Nice video, PAT can be replaced for example in my case to download the artifact before locally and pass it to a bastion machine that makes the delivery in the Pipeline to the destination computers?
I got your point but when i first time pull git project it pulls only master already existing branches its not pulling. Its first time migrating office gitlab repo to azuredevops , i tried many times from ui and command line , i get only master branch.
hie superb explanation, here i want to clone repo from azure devops account locally and push it to diffrent repo on azure devops account how can i do that?
You cant do this in single connection. You can download the code from azure repo then remove the git file, again create a new connection with new repo and push the code.
HI SIR IAM RAJESH recentlyi was faced an interview in that question is what is the task to deploy the .net core application he wants single word answer pls tell me sir whats the answer if you dont mind plssss
@@WebGentle thank you so much for your reply. so here is the scenario. My company was using TFS 2010 server for source code and versioning. Now we have decided to use the Dev Ops Services. I am migrating the source code from TFS to Dev Ops. for One application/project/business i have different types of project like SSRS, SSIS, API Integration, DB SQL sever project and some other .Net projects all were saved under one folder as JSF in TFS. When i moved them to DEV Ops i created one project called JSF (same as TFS) and moved all the projects/code from TFS JSF folder to Dev Ops JSF folder. IS it the right way to do or should i follow different structure. Please help i am pretty new here. let me know if you need any more info.
@@rashmigmash This is my question as well. It seems unpractical to have one repo for each of the different types of projects. What method did you go for?
First of all God bless you. The videos are awesome and to the point which a lay man can understand very easily. The speed is very good. At no time I feel diverted and remained focused. I saw many video's from other people but many of them try to make things very complicated. After seeing all your videos I don't think anybody has to see any other video.
Excellent ! your Way of explanation is excellent . I am having teaching experience at university level new to azure devops . But you explained in simple Way! God bless!
Every time you say "Push" I was listening to another naughty word 😂 😂 other than that Massive thanks for this tutorial my friend 😎
😃 push is the official term in git
I was going through all of your videos , very useful ,thanks a lot
Great videos. Thanks for posting and your hardwork. Greetings from Pakistan.
This is something I was looking for. Brilliantly explained.
Your video has helped me pushing my code on server. Thanks for the post.
I can't be more grateful to you. Thank you 💟
Awesome Demo and Presentation Nitish....being a non-IT person..I have understood a lot from this demo. Thank you !!
Glad it was helpful!
It's a very great job Nitish.
happy to help
thanks so much for your time and efforts
Good one!, excellent effort Nitish k. bhai, great your created #31 at mid night
Thankyou Mr Ali. 😊😊
your way in explaining the material is amazing
Amazing Demo and presentation. You are very good in explaining this TOPIC. seen a lot but nothing compares to yours.
This video was so helpful. Thank you so much.
Excellent tutorial for beginners
Superb explanation,, well done, just in followed your step and done push and pull transaction. It is working well. Thanks for the teaching.
I really appreciate your work very well done, plz tell How to Manage Multiple Git users on the Same Machine?
Thank you so much for making this tutorial. It was really helpful.
Learned a lot
Please also turn on CC function for these videos serials. Thank you a lot!
Amazing Tutorial
Superb
Thanks a lot....its very useful for me...god bless u...
Thank you it was very useful and explained it very well...
ThankYou sir...It was really helpful for me....
Great videos .. nice explanation
Thanks Buddy!
Thank you
Amazing work done...keep it up 👍
Thankyou
Awesome Sir
Thanks your sir explain very nice .. Can you make video on Fetch , and how to resolve merge conflict
Nice explanation 👍
Hello excellent Video! You explained different methods for the git and manage the source code. Why we can’t use azure dev ops web? It has all of the main version control commands. Thanks for your reply
This dot net core project is created but it's not committing those files as a change, or without the commit, while adding these files it is showing --> not a git repository (or any of the parent directories): .git.
@WebGentle
Hello sir iam watching u r azure devops series of videos, up to 30th video I had followed and practiced., But in 31st video I was unable to add a new project with dotnet code using the commands which ever you explained in the video,
Can u help me how to over come that one..
same problem
No he can't 🤣🤣🤣
Wonderful
Sir git add -all command is showing warning that lf will be replaced by crlf the next time git touches it what to do
Learned a lot . Thank you sir.
Hi am new in azure deveops...by mistakly I commit one doc file in my repo nd I deleted it...but in commit it's showing that deleted file..is there having any option to remove it from commit
Can we delete the created project folder I mean pushed files from local to master in master branch, to make it as look as previous new repo.
Shall we need pre-installed dotnet framework to create this new dotnet project?
Thanks for your video usualful. I have a question at scene 9:34. why don't you need to provide the username/password if you have installed "what"???
If you have already saved your password in the windows i.e. credential manager then there is no need to enter it again.
thanks a lot
Very useful
Glad you think so!
Can you explain this using tfvc repo... ci and cd for tfvc repo along with pull request
hi... i must commend your good teaching. please i tried to start a new project using DOTNET NEW MVC as you used on this tutorial, the response i got is that DOTNET IS NOT RECOGNISED AS INTERNAL OR EXTERNAL COMMAND. what should i do to get this right?
Make sure you have installed dotnet sdk before using this command.
Simply search for dotnet sdk and install the latest version.
@@WebGentle ok thanks. Will do that.
How can we achieve shelveset functionality of TFS in azure using visual studio ?
Can you explain pull from the visual studio?
If you can create AZURE and AWS all services videos
Thx man
Hi
Like you added your dot net folders in CMD.
If i need to add my SQL code in my Local Git repo then how should we do?
Put the files in a folder under de VS project, that way you can treat them like any file generated by VS.
It is very useful videos .thank you so much.. can we use git bash to push our code from local to remote? dotnet new mvc ..command is not working for me . do we need to download any dependency software .please explain .thanks
1. Yes you can use git bash also.
2. You must install dotnet core sdk first, then only you can use dotnet new MVC command
@@WebGentle Thanks sir, able to use the command
@@WebGentle I have installed dot net core sdk but after that also dotnet new mvc ..command is not working for me. Kindly help me
@@sakshi2343 In the latest version of dotnet you need to use following command
dotnet new webapp
hi, i have tried git push from some folder of my local path. but i did not use dotnet new mvc, i have added my website files. this files are available in the d:\folder. i have a doubt on this, i have 3 project in the Devops. i added those comments (git add=all and git commit and git push,) from cmd of D:\folder. Now how do i get all the files from D:\folder to particular Project? please clarify
Thats not possible. You can create multiple repositories under one project and map each project to its repo.
How can use tortoisegit with devops? Do you have any tutorial for it ?
Nice video, PAT can be replaced for example in my case to download the artifact before locally and pass it to a bastion machine that makes the delivery in the Pipeline to the destination computers?
Do we need to write a code as an azure devops engineer or will they have code?......
Not the programming code but you need be very good in powershell scripts to be an expert devops engineer.
Hello Sir, how can we move existing branches and master from gitlab to azure devops while pulling repo for the first time from git ?
pull it from git then using azure devops u can commit>push>create pull request.
I got your point but when i first time pull git project it pulls only master already existing branches its not pulling. Its first time migrating office gitlab repo to azuredevops , i tried many times from ui and command line , i get only master branch.
hie superb explanation, here i want to clone repo from azure devops account locally and push it to diffrent repo on azure devops account how can i do that?
You cant do this in single connection. You can download the code from azure repo then remove the git file, again create a new connection with new repo and push the code.
@@WebGentle thankyou so much for this gentle reply. And your explanation is tooo good. Thankyou once again for this tutorial on azure devops
Thanks for sharing your feedback
HI SIR IAM RAJESH recentlyi was faced an interview in that question is what is the task to deploy the .net core application he wants single word answer pls tell me sir whats the answer if you dont mind plssss
Publish
Note: Aise intervewer se bach k hi rhe😊
If I am on local repos and did some changes and than pull latest file after that my changes still available or it's gone by pull latest file.
It should be there. But better solution would be - before pulling the latest code, commit your changes and then take the pull
How to do it from the visual studio code
not a git repository (or any of the parent directories): .git
git pull and git push is not at all working sir, when we are watching this videos seems very easy practical's are not happening :(
How many .net projects i can keep in one repo?
Ideally one project for one repo.
@@WebGentle thank you so much for your reply. so here is the scenario. My company was using TFS 2010 server for source code and versioning. Now we have decided to use the Dev Ops Services. I am migrating the source code from TFS to Dev Ops. for One application/project/business i have different types of project like SSRS, SSIS, API Integration, DB SQL sever project and some other .Net projects all were saved under one folder as JSF in TFS. When i moved them to DEV Ops i created one project called JSF (same as TFS) and moved all the projects/code from TFS JSF folder to Dev Ops JSF folder. IS it the right way to do or should i follow different structure. Please help i am pretty new here. let me know if you need any more info.
@@rashmigmash This is my question as well. It seems unpractical to have one repo for each of the different types of projects.
What method did you go for?
dotnet new mvc command is not working
Make sure to install the dotnet SDK before using the command.
Y don't you reply for the problems 🤣🤣🤣
thanks so much for your time and efforts
Thanks a lot..