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:53] – admin | el:developers:mercurial [2023/01/26 16:22] (current) – admin | ||
---|---|---|---|
Line 8: | Line 8: | ||
---- | ---- | ||
- | == eClass Repository == | + | === eClass Repository |
Για να δουλέψει κάποιος προγραμματιστής με το eclass repository θα χρειαστεί να κάνει τα παρακάτω: | Για να δουλέψει κάποιος προγραμματιστής με το eclass repository θα χρειαστεί να κάνει τα παρακάτω: | ||
- | * Διαδικασία Clone | + | // Διαδικασία Clone// |
- | < | + | < |
- | * Αλλαγής Branch | + | hg clone https:// |
- | < | + | hg update 3.13</ |
+ | |||
+ | // Δημιουργία νέου 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</ | ||
Σημείωση: | Σημείωση: |