-
Notifications
You must be signed in to change notification settings - Fork 66
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
move GitUtils back to helix-cli #523
Labels
enhancement
New feature or request
Comments
stefan-guggisberg
added a commit
that referenced
this issue
Feb 11, 2019
stefan-guggisberg
added a commit
that referenced
this issue
Feb 11, 2019
stefan-guggisberg
added a commit
that referenced
this issue
Feb 11, 2019
stefan-guggisberg
added a commit
that referenced
this issue
Feb 12, 2019
stefan-guggisberg
added a commit
that referenced
this issue
Feb 14, 2019
stefan-guggisberg
added a commit
that referenced
this issue
Feb 16, 2019
stefan-guggisberg
added a commit
that referenced
this issue
Feb 19, 2019
* move GitUtils back to helix-cli #523 * rename to git-utils.js #523 * rename to git-utils.js #523 * replacing git cli calls with isomorphic-git #523 * replacing git cli calls with isomorphic-git #523 * replacing git cli calls with isomorphic-git #523 * fix broken test setup: testdir needs to be a local git repo * add test for getBranch() -> tag * jsdoc for GitUtils functions
resolved via PR #565 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
GitUtils
inadobe/helix-shared
is only used byhelix-cli
.see helix-shared/issues/29 for the related discussion.
Describe the solution you'd like
move
GitUtils
fromadobe/helix-shared
toadobe/helix-cli
and reimplement git-based functionality usingisomorphic-git
The text was updated successfully, but these errors were encountered: