summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNolen Johnson <johnsonnolen@gmail.com>2020-04-26 19:27:27 -0400
committerNolen Johnson <johnsonnolen@gmail.com>2020-04-27 01:38:51 +0200
commit650e9fb044318312048df102105a1acb5de5c34b (patch)
tree215b6b80d456a1546237aa4762628b444c1194c9
parente74f6bd48162f2bce25eab8ef7a427fa073891c5 (diff)
downloadlineage_wiki-650e9fb044318312048df102105a1acb5de5c34b.tar.gz
lineage_wiki-650e9fb044318312048df102105a1acb5de5c34b.tar.bz2
lineage_wiki-650e9fb044318312048df102105a1acb5de5c34b.zip
wiki: templates: device_build: Have users configure their git identity
Change-Id: I92c4a1fe56c9e54fd3ef8ca09f926fe11361e94c
-rw-r--r--_includes/templates/device_build.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/_includes/templates/device_build.md b/_includes/templates/device_build.md
index d41cb856..9c15b2fa 100644
--- a/_includes/templates/device_build.md
+++ b/_includes/templates/device_build.md
@@ -144,6 +144,14 @@ fi
Then, run `source ~/.profile` to update your environment.
+
+### Configure git
+Given that `repo` requires you to identify yourself to sync Android, run the following commands to configure your `git` identity:
+```
+git config --global user.email "you@example.com"
+git config --global user.name "Your Name"
+```
+
### Initialize the LineageOS source repository
{% if device.maintainers != empty %}