Showing posts with label Repo. Show all posts
Showing posts with label Repo. Show all posts

September 14, 2022

How to add a local project to git/azure repo using git bash

How to add a local project to git/azure repo using git bash

Whether we are using an eclipse or Visual studio we can always add our project to git repo without the help of IDE. Git Bash is such a to...

September 12, 2022

How to Change git repo URL without impacting the uncommitted /unsynched code

How to Change git repo URL without impacting the uncommitted /unsynched code

 What happens if the repo URL that we are using is suddenly changed and a new URL is provided. If there are no uncommitted codes, we can sim...
Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...