Barriat 7faf334449 README - From GitHub to Gogs 7 år sedan
..
README.md 7faf334449 README - From GitHub to Gogs 7 år sedan
create.sh 6c804640df Add simple exercices 7 år sedan

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