Giter Site home page Giter Site logo

Support git config about gulp-git HOT 6 CLOSED

nkoterba avatar nkoterba commented on August 20, 2024
Support git config

from gulp-git.

Comments (6)

stephenlacy avatar stephenlacy commented on August 20, 2024

Thanks, adding more non-file based git commands would create a much harder to manage massive plugin. This goes against gulp guidelines.

Referring to #56, use the git.exec function: https://github.com/stevelacy/gulp-git/blob/master/lib/exec.js

from gulp-git.

nkoterba avatar nkoterba commented on August 20, 2024

@stevelacy Ok. Thanks for the info! I searched the issues for 'config' and nothing came up so I created this one. In the end, I resulted to using node.process_child.exec which it looks like git.exec does internally. I missed the git.exec as it was down the page and past the 'init' documentation section which is where I was looking to setup the git repo after the 'init' call.

from gulp-git.

stephenlacy avatar stephenlacy commented on August 20, 2024

Ah, yes it is rather hard to notice.

from gulp-git.

gucong3000 avatar gucong3000 commented on August 20, 2024

I 'd like push a PR to do this.

const git = require('gulp-git')({
  cwd: '~/work/git/gulp-git/', // cwd of child process
  pager: false,                // `--no-pager` from `git`.
  config: {                    // `-c` from `git`, key-value pairs
    "core.sparsecheckout": true,
    "user.email": "[email protected]",
    "user.name": "Your Name",
  }
});

git.commit(...);

from gulp-git.

gucong3000 avatar gucong3000 commented on August 20, 2024

alessioalex/git-spawned-stream#4

from gulp-git.

stephenlacy avatar stephenlacy commented on August 20, 2024

I do not want to increase the API of this project.

from gulp-git.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.