Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
el:developers:mercurial [2022/11/16 14:56] – admin | el:developers:mercurial [2023/01/26 16:22] (current) – admin | ||
---|---|---|---|
Line 12: | Line 12: | ||
Για να δουλέψει κάποιος προγραμματιστής με το eclass repository θα χρειαστεί να κάνει τα παρακάτω: | Για να δουλέψει κάποιος προγραμματιστής με το eclass repository θα χρειαστεί να κάνει τα παρακάτω: | ||
- | * Διαδικασία Clone | + | // Διαδικασία Clone// |
< | < | ||
hg clone https:// | hg clone https:// | ||
hg update 3.13</ | hg update 3.13</ | ||
- | * Αλλαγής Branch | + | // Δημιουργία νέου branch// |
< | < | ||
hg branch my-new-branch | hg branch my-new-branch | ||
hg update my-new-branch | hg update my-new-branch | ||
</ | </ | ||
+ | |||
+ | // | ||
+ | |||
+ | Ελέγχουμε κάθε φορά για αλλαγές που έχουν γίνει και ενημερώνουμε τον κώδικά σας δίνοντας πρώτα | ||
+ | < | ||
+ | hg update</ | ||
+ | |||
+ | Μετά | ||
+ | |||
+ | < | ||
+ | hg commit | ||
+ | hg push</ | ||
Σημείωση: | Σημείωση: |