telescope
Ubuntu Touch synchronization app for AsteroidOS.
File Explorer
- ExpandableListItem.qml
- InfoBar.qml
- NotificationServiceItem.qml
- StandardListItem.qml
- SettingsController.qml
- ExportPage.qml
- InfoPage.qml
- LoadingPage.qml
- LocationPicker.qml
- MainMenuPage.qml
- ScreenshotPage.qml
- WatchesPage.qml
- WeatherSettingsDialog.qml
- telescope.qml
- app.pro
- app.qrc
- main.cpp
- icon.png
- icon.svg
- ar.po
- az.po
- be.po
- bqi.po
- cs.po
- da.po
- de.po
- el.po
- en_GB.po
- eo.po
- es.po
- fa.po
- fi.po
- fr.po
- gl.po
- he.po
- hi.po
- hr.po
- ia.po
- id.po
- isv.po
- it.po
- ka.po
- ko.po
- lo.po
- lt.po
- mr.po
- nb_NO.po
- nl.po
- nl_BE.po
- oc.po
- pl.po
- pt.po
- pt_BR.po
- ro.po
- ru.po
- rue.po
- sk.po
- sv.po
- ta.po
- telescope.asteroidos.pot
- th.po
- tr.po
- tzm.po
- uk.po
- vi.po
- zh_Hans.po
- zh_Hant.po
- .gitignore
- .gitmodules
- .travis.yml
- asteroidsyncservice
- asteroidsyncserviced.apparmor
- clickable.yaml
- LICENSE
- manifest.json.in
- README.md
- telescope.apparmor
- telescope.desktop.in
- telescope.pro
- version.pri
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
git submodule
View Details ▼
git submodule
Inspect, update, and manage submodules.
git submodule
View existing submodules and the checked-out commit for each one:
git submodule update --init --recursive
Install a repository's submodules (listed in `.gitmodules`):
git submodule add {{repository_url}}
Add a Git repository as a submodule of the current one:
// repository documentation
Was this content helpful?
(0 ratings)
