mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
4.0.0(4)
This commit is contained in:
parent
56650f4281
commit
3720a91eeb
@ -1882,10 +1882,10 @@ function task_dev {
|
|||||||
|
|
||||||
MESSAGE="Checking available branches"
|
MESSAGE="Checking available branches"
|
||||||
echo_stat
|
echo_stat
|
||||||
(cd ${GS_LOCAL_REPO} || exit; git fetch --all >/dev/null 2>&1)
|
(cd ${GS_LOCAL_REPO} || exit; sudo git fetch --all >/dev/null 2>&1)
|
||||||
error_validate
|
error_validate
|
||||||
|
|
||||||
(cd ${GS_LOCAL_REPO} || exit; git branch -r)
|
(cd ${GS_LOCAL_REPO} || exit; sudo git branch -r)
|
||||||
|
|
||||||
MESSAGE="Select GitHub branch to update against"
|
MESSAGE="Select GitHub branch to update against"
|
||||||
echo_need
|
echo_need
|
||||||
|
Loading…
Reference in New Issue
Block a user