Pierre-Yves Barriat 04b211ad81 Update 'exercices/ex.3/win_create.bat' 2 jaren geleden
..
README.md 7fe9b59e6b Ending conversion bash to batch 2 jaren geleden
linux_create.sh 7fe9b59e6b Ending conversion bash to batch 2 jaren geleden
win_create.bat 04b211ad81 Update 'exercices/ex.3/win_create.bat' 2 jaren geleden

README.md

You just realized that you have commited a backup file: main.cpp~

Backup files should not be commited, let's correct that mistake :

  • delete the file with rm
  • add all changes, including deleted files with git add -A
  • write a gitignore that will correct your mistake
  • add it
  • commit