Parcourir la source

readme fixed

master
Victor Giers il y a 1 an
Parent
révision
5b230f6179
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1
    2
      README.md

+ 1
- 2
README.md Voir le fichier

@@ -8,7 +8,6 @@ Create a file in the folder called ".gitignore" and put the following in it:
```
backup_routine.sh
backup_filelist.txt
log.txt
```
Create the files "backup_routine.sh" and "backup_filelist.txt" in this folder.
Copy the code from "backup_routine.sh" in this repository into yours.
@@ -36,4 +35,4 @@ To recreate a past version, use
```
git show commit-id:filename.ext > path/to/restoration/filename.restored.ext
```
For example: ```git show 8f1dc7362dd5f6781ccf9ccc5a9cfdccb57ed709:ToDo.xlsx >> ToDo.restored.xlsx```
For example: ```git show 8f1dc7362dd5f6781ccf9ccc5a9cfdccb57ed709:ToDo.xlsx > ToDo.restored.xlsx```

Chargement…
Annuler
Enregistrer