Replies: 1 comment
-
Hmm...You can use Or, you can have multiple |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
git init
as a promptgit commit
Non-Goals
No response
Background
I have two accounts as a git committer, but I need the flexibility to checkout the git user to publish different repos, such as company and personal. so I don't need automatic
git init
by the create tools. Also, I think auto-commit aftergit init
is not good for all users who use create. It will make users mistakenly think that their correct account is being used, leading to submission and causing some security risks. Such as the company code or company account for a personal project.Proposal
I think we can achieve the goals of the appeal after the discussions
Beta Was this translation helpful? Give feedback.
All reactions