Last active
January 17, 2020 12:39
-
-
Save shaharkazaz/6d08cbfa0d40ef28006b6b2f296e92a6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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