← Back to notebook index

Notebook Topic

Git

English topic guide inspired by the original iOS Developer Notebook, expanded for both iOS and Android teams.

What this topic covers

Execution checklist

iOS implementation notes

Android implementation notes

Code examples

Swift

git checkout -b feature/iap-restore
git commit -m "feat(iap): add restore purchases flow"
git push -u origin feature/iap-restore

Kotlin

# Conventional commit + PR
feat(network): add token refresh interceptor

Reference links

Related topics