François Massonnet 863cdd7a17 first commit 2 years ago
..
README.md 9ace9ae840 Last improvements on exercises 2 years ago
linux_create.sh 9ace9ae840 Last improvements on exercises 2 years ago
main.cpp 863cdd7a17 first commit 2 years ago
main.cpp.swp 863cdd7a17 first commit 2 years ago
win_create.bat 9ace9ae840 Last improvements on exercises 2 years ago

README.md

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

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