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

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