Barriat 7faf334449 README - From GitHub to Gogs hace 7 años
..
README.md 7faf334449 README - From GitHub to Gogs hace 7 años
create.sh 6c804640df Add simple exercices hace 7 años

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