I made changes to my project src folder.
Here is how the path looked: src/program/Main.java
How it is now: src/**course**/program/Main.java
.
When I try to commit changes to my remote repository, git shows me the following error:
[rejected] master -> dev (non-fast-forward) error: failed to push some refs to 'git@git...:user/Project'
How can the changes in the path be applied to the remote repository?