Hello I am getting an error everytime I try to push my changes to github. I have tried reading other similar questions on stack overflow but none of the solutions are working for me
~/SkillSwap/skill_swap_client // ♥ > git add src/index.js
~/SkillSwap/skill_swap_client // ♥ > git commit -m "remove unneceassary import"
[my-branch 68c3622] remove unneceassary import
1 file changed, 1 insertion(+)
~/SkillSwap/skill_swap_client // ♥ > git push
To github.com:Sehrish88/SkillSwap.git
! [rejected] my-branch -> my-branch (non-fast-forward)
error: failed to push some refs to 'git@github.com:Sehrish88/SkillSwap.git'