Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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:Usersprogrammergithub)

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

PREVIOUS NEXT
Code Example
Shell :: installing dlib library on windows 10 
Shell :: changed files git 
Shell :: disable selinux firewall centos 8 
Shell :: generate rs256 key pair 
Shell :: github delete project 
Shell :: docker --restart example 
Shell :: create local git branch from remote 
Shell :: cmake root directory 
Shell :: merge csv files powershell 
Shell :: for in shell script 
Shell :: grep in multiple files 
Shell :: read -p linux 
Shell :: git log show last 3 commits 
Shell :: sed match newline 
Shell :: how to install paint.net on linux 
Shell :: how to update packages in arch linux 
Shell :: how to have many .com domain names for free github 
Shell :: verify large directory after copy files 
Shell :: hyper-v mobylinuxvm primary ubuntu what is the login 
Shell :: IBM rpc mount export: RPC: Unable to receive; errno = No route to host 
Php :: unlink image in php 
Php :: Go back URL in Laravel 
Php :: wordpress get child theme uri 
Php :: codeigniter distinct 
Php :: back() with errors in laravel 
Php :: Unable to resolve NULL driver for [MaatwebsiteExcelTransactionsTransactionManager]. 
Php :: only date in php 
Php :: laravel storage hard link 
Php :: php what type of variable is it 
Php :: Your requirements could not be resolved to an installable set of packages. 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =