Horje
how to change home directory of git bash Code Example
how to change home directory of git bash
# First check in git bash what is the HOME location. Open git bash and run
echo $HOME

# Now change the HOME path by opening cmd and run
setx HOME "path/to/.ssh/loc" (I gave C:\Users\programmer\github)

# Now cross check by running the echo command in git bash.




Shell

Related
how to make a batch file that crashes your pc Code Example how to make a batch file that crashes your pc Code Example
gh install ubuntu Code Example gh install ubuntu Code Example
linux bash if else Code Example linux bash if else Code Example
bash calculate sum Code Example bash calculate sum Code Example
bash adding floats Code Example bash adding floats Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12