We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add config file so that user can set his custom variables
The text was updated successfully, but these errors were encountered:
work folder and list of clients add array of client names in format
work_folder = ~ work_clients = [ google -> [email protected] amazon -> [email protected] microsoft -> [email protected] ]
for each of these there will be created directory in work folder $work/_$client, and created a gitconfig file with email:
$work/_$client
[user] email = [email protected]
each of these files will then be added to root .gitconfig file in this way:
.gitconfig
[includeIf "gitdir:$work_dir/_$work_client/"] path = $work_dir/_$work_client/.gitconfig
Sorry, something went wrong.
No branches or pull requests
Add config file so that user can set his custom variables
The text was updated successfully, but these errors were encountered: