Information

Author(s) Mathieu Jadin
Deadline No deadline
Submission limit No limitation

Sign in

Git: Add files to the history

In this exercise, you will have to create a commit with the changes already present in the staging area.

The command line tool to create new commits is git commit [-m message] (see the documentation).

You may also use graphical tools such as Sourcetree or GitKraken.


Téléchargez l'archive qui contient déjà un repository cloné dans le sous-dossier clone. Committez le fichier to_commit.txt avec le message "Commit message". Une fois que c'est fait, ré-archivez le dossier complet et uploadez-le.

Votre soumission devra avoir l'architecture suivante:

git-commit/
├── bare.git/
|   └── [...]
└── clone/
    └── [...]

Max file size: 1.0 MiB
Allowed extensions: .zip