Git bash is the source code management system for the Windows operating system. If you want to install git bash then you can download it from here
When we want to work with any source code management repos like GitHub, Azure Repos, we can use git bash.
Given below are the steps that we can use to change the directory in git bash terminal:
- Navigate to the repository where your source code is present
- Right click in the folder
- Click on the git bash
- click the below command
pwd
Once you have completed your development and pushed all the changes to remote, you will want to delete the branch.
Recent Comments