Skip to content
Snippets Groups Projects
README.md 981 B
Newer Older
  • Learn to ignore specific revisions
  • Vous travaillerez cette année en binôme. Il ne sera pas possible de changer
    de binôme en cours de semestre. 
    
    david's avatar
    david committed
    
    
    ## Exercice 1: git 
    ### Clonez le projet sda sur votre compte étudiant
    
    david's avatar
    david committed
    
    
    Dans votre terminal, placez vous dans le répertoire où vous souhaitez créer le dossier
    `git clone git@depot.lipn.univ-paris13.fr:david/sda.git`
    
    david's avatar
    david committed
    
    
    david's avatar
    david committed
    
    
    ### Vérifiez que vous êtes dans la branche tp1
    
    Si n'êtes pas dans la branche tp1, tapez
    
    david's avatar
    david committed
    
    
    david's avatar
    david committed
    
    
    ### Créez votre propre branche
    
    david's avatar
    david committed
    
    
    Le nom de votre branche est constitué de vos numéros d'étudiants séparés par un `_`
    
    david's avatar
    david committed
    
    
    `git checkout -b NUMERO1_NUMERO2`
    
    david's avatar
    david committed
    ### Ajoutez un fichier `AUTHORS.md` à votre branche
    
    A la racine du projet, créez un fichier `AUTHORS.md` contenant 2 lignes avec vos noms, prénoms et numéros d'étudiants.
    
    david's avatar
    david committed
    
    
    Ajoutez ensuite ce fichier au projet
    
    david's avatar
    david committed
    
    
    `git commit -am "Ajout du fichier AUTHORS.md"`
    
    david's avatar
    david committed
    
    ### Poussez votre branche sur gitlab