aboutsummaryrefslogtreecommitdiff
path: root/docs/git
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 09:19:08 -0700
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-03 09:19:08 -0700
commitece5fda25e70409032a16ea1cd64b0457279607b (patch)
treee665097fff51ab5443259de511c2649e3393c586 /docs/git
parent89a1d8e105de43ae0b3eafd9a37bed33cdabfb3e (diff)
downloadlibrebootfr-ece5fda25e70409032a16ea1cd64b0457279607b.tar.gz
librebootfr-ece5fda25e70409032a16ea1cd64b0457279607b.zip
Fix -- bug
Diffstat (limited to 'docs/git')
-rw-r--r--docs/git/index.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/git/index.md b/docs/git/index.md
index 30ba50e2..e9a91ce9 100644
--- a/docs/git/index.md
+++ b/docs/git/index.md
@@ -64,18 +64,18 @@ First, [install the build dependencies](#build_dependencies).
Since libreboot makes extensive use of git, you need to configure git
properly. If you have not yet configured git, then the minimum
requirement is:\
-\$ **git config \--global user.name "Your Name"**\
-\$ **git config \--global user.email your@emailaddress.com**\
+\$ **git config --global user.name "Your Name"**\
+\$ **git config --global user.email your@emailaddress.com**\
This is what will also appear in git logs if you ever commit your own
changes to a given repository. For more information, see
<http://git-scm.com/doc>.
Another nice config for you (optional, but recommended):\
-\$ **git config \--global core.editor nano**\
-\$ **git config \--global color.status auto**\
-\$ **git config \--global color.branch auto**\
-\$ **git config \--global color.interactive auto**\
-\$ **git config \--global color.diff auto**
+\$ **git config --global core.editor nano**\
+\$ **git config --global color.status auto**\
+\$ **git config --global color.branch auto**\
+\$ **git config --global color.interactive auto**\
+\$ **git config --global color.diff auto**
After that, run the script:\
\$ **./download all**
@@ -257,7 +257,7 @@ that.
Tag the current commit, and that version will appear in both the
\${version} string on the directory under *release/oldbuildsystem/*, and
in the file names of the archives. Otherwise, whatever git uses for *git
-describe \--tags HEAD* will be used.
+describe --tags HEAD* will be used.
Utilities (static executables):\
\$ **./oldbuild release util**