commit
5c2e451405
|
@ -90,7 +90,7 @@ module.exports = new (class Git {
|
||||||
* @return {Promise<>}
|
* @return {Promise<>}
|
||||||
*/
|
*/
|
||||||
pull = () => (
|
pull = () => (
|
||||||
this.exec(`git pull --unshallow`)
|
this.exec(`pull --unshallow`)
|
||||||
)
|
)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue