mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
commit
c395d01cff
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ git fetch
|
||||||
git checkout master
|
git checkout master
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
[[ $latestCommit == "$currentCommit" ]] && exit # nothing to do
|
[[ $latestCommit == "$currentCommit" ]] && echo "Nothing to do. Commit is: $latestCommit" && exit # nothing to do
|
||||||
|
|
||||||
git fetch
|
git fetch
|
||||||
git checkout -B update-library-"$(date +%F)" origin/master
|
git checkout -B update-library-"$(date +%F)" origin/master
|
||||||
|
|
Loading…
Reference in a new issue