Giter Site home page Giter Site logo

Comments (5)

stephenlacy avatar stephenlacy commented on August 20, 2024
git.clone("url", {cwd: "./apps/"});

from gulp-git.

maridob avatar maridob commented on August 20, 2024

Great! Awesome thanks! :-)

from gulp-git.

ChezCrawford avatar ChezCrawford commented on August 20, 2024

It seems like this folder has to exist before running the command above? Is that correct?

On the other hand, if you do something like:

git.clone("url", {args: "./apps/"});

Then the directory will be created if it does not exist.

from gulp-git.

stephenlacy avatar stephenlacy commented on August 20, 2024

Yes, git requires the directory to exist with cwd, while setting the args to the wanted path would do this:
git clone https://github.com/org/repo apps
Probably using the args would be better.

from gulp-git.

matbo81 avatar matbo81 commented on August 20, 2024

I want:
call a git commit command to a repo in another repo than my gulpfile is.
But that ways (1,2) not working:
1.)
gulp.task('commit', function() {
gulp.src('folder_git')
.pipe(git.commit(commit_msg, {args: 'folder_git', maxBuffer: 200 * 1024, quiet: true, disableMessageRequirement: false, disableAppendPaths: false, multiline: false}));
});
2:)
gulp.task('commit', function() {
gulp.src('folder_git')
.pipe(git.commit(commit_msg, {args: '', cwd:'folder_git', maxBuffer: 200 * 1024, quiet: true, disableMessageRequirement: false, disableAppendPaths: false, multiline: false}));
});
All it does is to call the commit on that repo the gulpfile is...
(with clone, it works perfectly)
Have someone an idea?

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.