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

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