Skip to content
Sebastian Weisgerber edited this page Sep 29, 2017 · 4 revisions

art / ARTist documentation

Update the art fork

Issue the following commands on your teminal

# w/o working copy:
git clone https://android.googlesource.com/platform/art --mirror
cd art
git pull --all
# Pushes all branches / updates / tags to the remote url, which contains an outdated copy of the mirror
git push --follow-tags --all ssh://git@github.com:Project-ARTist/art.git
Clone this wiki locally