|
@@ -99,7 +99,7 @@ module.exports = {
|
|
|
* Fetch all branches from each origin on selected repository.
|
|
* Fetch all branches from each origin on selected repository.
|
|
|
*
|
|
*
|
|
|
* @param {String} repositoryLocation
|
|
* @param {String} repositoryLocation
|
|
|
- */
|
|
|
|
|
|
|
+ */
|
|
|
fetchAll( repositoryLocation ) {
|
|
fetchAll( repositoryLocation ) {
|
|
|
const fetchCommands = [
|
|
const fetchCommands = [
|
|
|
`cd ${ repositoryLocation }`,
|
|
`cd ${ repositoryLocation }`,
|