Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node GitSync

Helper library for syncronizing a remote git repository with a local folder, being sure to only pull it down when it does not exist locally. ###Installation   npm version

npm install node-gitsync

###Simple Usage

var gitsync = require('node-gitsync');

gitsync({
  'dest': 'relative-path-to-subfolder',
  'repo': 'https://github.com/blah/repo.git',
  'branch': 'name-of-desired-branch'
}, function(err) {
  console.log("done!");
});

About

A convenient node plugin for syncing an Git repository with a local folder.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages