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

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