Submitted by Neha on Sun, 04/17/2022 - 18:27
-
Run the command “git push”.
-
There will be an error because the changes made in the server is not present in the remote. You have to first do a git pull, then git push.

-
To push it anyway i.e. forced push run the command “git push -f”.

- Neha's blog
- Log in or register to post comments

Recent comments