summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-03-16 19:39:59 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-03-16 19:39:59 (GMT)
commitbcee26d88a2ed124e9a39e8f374f47263c4e274d (patch)
tree9825a398d4db8360257faa5d7eca47ba23995ac9 /README
parentb37ac1ad561d5dad1d2edff01895f7411c24bc53 (diff)
downloadlinhes_dev-bcee26d88a2ed124e9a39e8f374f47263c4e274d.zip
README: add info on setting your username/email address.
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 15 insertions, 4 deletions
diff --git a/README b/README
index 1e3d57e..2d0cbd5 100644
--- a/README
+++ b/README
@@ -192,10 +192,21 @@ mp -s <= builds the package and all dependencies
# a new iso or installing the package).
# In order to make your source change(s) available to others, you will have
-# to commit your change(s) to your local copy of the LinHES-PKGBUILD repo
-# (git commit -a -m "commit message") and then push the change(s) to the
-# public repo (git push).
-#
+# to commit your change(s) to your local copy of the LinHES-PKGBUILD repo.
+# If this is your first time using the git command, set up your user name
+# and email address (You only need to do this once, not every time):
+
+ git config --global user.name "Your Name"
+ git config --global user.email "you@yourdomain.com"
+
+# Next, commit your changes to your local LinHES-PKGBUILD repo:
+
+ git commit -a -m "commit message"
+
+# and then push the change(s) to the public repo:
+
+ git push
+
# In order to make your new package(s) available to others, you will need to
# upload changed packages using kmsync.sh: