Skip to content

Instantly share code, notes, and snippets.

@shaharkazaz
Last active January 17, 2020 12:39
Show Gist options
  • Select an option

  • Save shaharkazaz/6d08cbfa0d40ef28006b6b2f296e92a6 to your computer and use it in GitHub Desktop.

Select an option

Save shaharkazaz/6d08cbfa0d40ef28006b6b2f296e92a6 to your computer and use it in GitHub Desktop.
const {exec} = require('./exec');
/* Update local branch from origin master */
exec('git pull origin master');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment