mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
fixed setup docs where the source branch was not being checked out before the push
This commit is contained in:
parent
fb5f1c2909
commit
ec450a5dd1
@ -20,7 +20,7 @@ repository is named `your_username.github.com` or `your_organization.github.com`
|
|||||||
|
|
||||||
# Next, if you're using Github user or organization pages,
|
# Next, if you're using Github user or organization pages,
|
||||||
# Create a source branch and push to origin source.
|
# Create a source branch and push to origin source.
|
||||||
git branch source
|
git checkout -b source
|
||||||
git push origin source
|
git push origin source
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user