-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
pre-existing dotfiles and conflict resolution where Gitpod provides a ~/.gitconfig #11062
Labels
Comments
ghuntley
added
feedback-issue
meta: never-stale
This issue can never become stale
feature: dotfiles
labels
Jul 1, 2022
Related: #7603 (comment) |
gtsiolis
added a commit
that referenced
this issue
Jul 8, 2022
The goal of the feedback issue template is to make it easier and provide a skeleton for opening feedback issues for specific features as done in the past, see relevant pull request in #10593. See also [relevant discussion](https://gitpod.slack.com/archives/C01KLC5750D/p1652903673228329) (internal). There were a few issues (see list below) opened recently using this template for general feedback which also automatically adds the feedback-issue label. This will update the description of the template to clarify the goal of this template. - #11062 - #11063 - #10817 - #11227 - ...
gtsiolis
added a commit
that referenced
this issue
Jul 8, 2022
The goal of the feedback issue template is to make it easier and provide a skeleton for opening feedback issues for specific features as done in the past, see relevant pull request in #10593. See also [relevant discussion](https://gitpod.slack.com/archives/C01KLC5750D/p1652903673228329) (internal). There were a few issues (see list below) opened recently using this template for general feedback which also automatically adds the feedback-issue label. This will update the description of the template to clarify the goal of this template. - #11062 - #11063 - #10817 - #11227 - ...
roboquat
pushed a commit
that referenced
this issue
Aug 1, 2022
The goal of the feedback issue template is to make it easier and provide a skeleton for opening feedback issues for specific features as done in the past, see relevant pull request in #10593. See also [relevant discussion](https://gitpod.slack.com/archives/C01KLC5750D/p1652903673228329) (internal). There were a few issues (see list below) opened recently using this template for general feedback which also automatically adds the feedback-issue label. This will update the description of the template to clarify the goal of this template. - #11062 - #11063 - #10817 - #11227 - ...
gtsiolis
changed the title
Feedback Issue: pre-existing dotfiles and conflict resolution where Gitpod provides a ~/.gitconfig
pre-existing dotfiles and conflict resolution where Gitpod provides a ~/.gitconfig
Aug 2, 2022
Removed the ~feedback-issue label and the title prefix to avoid any confusion as feedback issues are used to gather feedback, suggestions, and experiences from users while iterating on a specific product feature. Cross-posting also the recently updated issue template description in #11244. |
mustard-mh
pushed a commit
that referenced
this issue
Aug 4, 2022
The goal of the feedback issue template is to make it easier and provide a skeleton for opening feedback issues for specific features as done in the past, see relevant pull request in #10593. See also [relevant discussion](https://gitpod.slack.com/archives/C01KLC5750D/p1652903673228329) (internal). There were a few issues (see list below) opened recently using this template for general feedback which also automatically adds the feedback-issue label. This will update the description of the template to clarify the goal of this template. - #11062 - #11063 - #10817 - #11227 - ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
overview
Gitpod by default generates a
~/.gitconfig
file which is in conflict with the Gitpod feature of "bring your own dotfiles"problem
file exists during bootstrap so
stow
(https://venthur.de/2021-12-19-managing-dotfiles-with-stow.html) fails by default.no documentation for gp credential-helper that explains the why/what/that it is configured.
git config credential.helper = /usr/bin/gp credential-helper
instead of shipping a.gitconfig
thus removing default failure modes for standard tools like stow?The text was updated successfully, but these errors were encountered: