Skip to content
New issue

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

Fix install script to remember --git-name and --git-email #9

Open
mcmire opened this issue Apr 10, 2020 · 1 comment
Open

Fix install script to remember --git-name and --git-email #9

mcmire opened this issue Apr 10, 2020 · 1 comment

Comments

@mcmire
Copy link
Owner

mcmire commented Apr 10, 2020

~/.gitconfig is different because it's actually copied — a symlink doesn't get created. This is because we need to run git config --global user.name <name> and git config --global user.email <email>. The problem is that if you want to update your git config, simply running bin/manage install won't apply those updates, as then, ~/.gitconfig would get overwritten. This wouldn't be a problem if the manage script somehow reused your current git name and email.

@mcmire
Copy link
Owner Author

mcmire commented Jul 25, 2020

#13 may obsolete this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant