Answers for "! [rejected] head -> main (non-fast-forward)"

4

[rejected] main -> main (non-fast-forward)

git pull --rebase         this will solve the issue
Posted by: Guest on March-23-2021
3

rejected master -> master (non-fast-forward)

git push -f origin master !!This is never a recommended use of git. This will overwrite changes on the remote. Only do this if you know 100% that your local changes should be pushed to the remote master.
Posted by: Guest on February-07-2020

Code answers related to "! [rejected] head -> main (non-fast-forward)"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language