File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,19 @@ git clone --recursive git@github.com:<το username σας>/python-docs-el.git
4747cd python-docs-el/
4848```
4949
50- 4 . Προσθέστε το επίσημο repository ως upstream:
50+ 4 . Aρχικοποιήσετε το περιεχόμενο των υπο-ενοτήτων (submodules) για να κατέβουν τα απαραίτητα αρχεία.
51+
52+ ``` bash
53+ git submodule update --init --recursive
54+ ```
55+
56+ 5 . Προσθέστε το επίσημο repository ως upstream:
5157
5258``` bash
5359git remote add upstream git@github.com:python/python-docs-el.git
5460```
5561
56- 5 . Προσθέστε το κατάλληλο URL για το upstream repository σας:
62+ 6 . Προσθέστε το κατάλληλο URL για το upstream repository σας:
5763
5864``` bash
5965git remote set-url --push upstream git@github.com:< your-username> /cpython.git
You can’t perform that action at this time.
0 commit comments