projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c3648
)
Fixed typo.
author
Michael Gottesman
<mgottesman@apple.com>
Fri, 25 Jan 2013 20:20:00 +0000
(20:20 +0000)
committer
Michael Gottesman
<mgottesman@apple.com>
Fri, 25 Jan 2013 20:20:00 +0000
(20:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173478
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/GettingStarted.rst
patch
|
blob
|
history
diff --git
a/docs/GettingStarted.rst
b/docs/GettingStarted.rst
index 7ea5473c2865e1a01a6d4d64dc5e421fa56033e9..048d4a024843a256bae40c9e12e61c20dd15b16a 100644
(file)
--- a/
docs/GettingStarted.rst
+++ b/
docs/GettingStarted.rst
@@
-655,10
+655,10
@@
consider placing the following git script in your path under the name
fi
git fetch
-
old_branch
=$(git rev-parse --abbrev-ref HEAD)
+
OLD_BRANCH
=$(git rev-parse --abbrev-ref HEAD)
git checkout master 2> /dev/null
git svn rebase -l
- git checkout $
old_breanch
2> /dev/null
+ git checkout $
OLD_BRANCH
2> /dev/null
if [ ! -z $STASH ]; then
git stash pop >/dev/null