Open eClass Documentation
You are here: start » el » developers » mercurial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
el:developers:mercurial [2022/11/16 14:57] – adminel:developers:mercurial [2023/01/26 16:22] (current) – admin
Line 12: Line 12:
 Για να δουλέψει κάποιος προγραμματιστής με το eclass repository θα χρειαστεί να κάνει τα παρακάτω: Για να δουλέψει κάποιος προγραμματιστής με το eclass repository θα χρειαστεί να κάνει τα παρακάτω:
  
- Διαδικασία Clone+// Διαδικασία Clone//
  <code>  <code>
  hg clone https://hg.gunet.gr/openeclass  hg clone https://hg.gunet.gr/openeclass
  hg update 3.13</code>  hg update 3.13</code>
  
- Αλλαγής Branch+// Δημιουργία νέου branch//
 <code> <code>
 hg branch my-new-branch hg branch my-new-branch
Line 23: Line 23:
 </code> </code>
  
- Διαδικασία ανεβάσματος των αλλαγών+//Διαδικασία ανεβάσματος των αλλαγών// 
 + 
 +Ελέγχουμε κάθε φορά για αλλαγές που έχουν γίνει και ενημερώνουμε τον κώδικά σας δίνοντας πρώτα  
 +<code>hg pull 
 +hg update</code> 
 + 
 +Μετά 
 <code> <code>
 hg commit hg commit
Open eClass Documentation

Table of Contents