Showing posts with label GitBash. Show all posts
Showing posts with label GitBash. 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

Fix "The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program." error while using PyCharm

Fix "The term 'git' is not recognized as the name of a cmdlet, function, script file, or operable program." error while using PyCharm

If git is not confiugured correctly, we may get the following error in PyCharm while trying to execute any git command. git : The term '...
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...