Horje
rejected master -> master (non-fast-forward) Code Example
rejected master -> master (non-fast-forward)
# if you updated your files on github.com so may be thats its asking first pull
# request then your push the request.
# so Very simple first:
# not use -f 
git pull origin master
# then
git push origin master
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.




Shell

Related
show list of branches git Code Example show list of branches git Code Example
change commit author after push Code Example change commit author after push Code Example
convert p12 to pem Code Example convert p12 to pem Code Example
Pterodactyl installer Code Example Pterodactyl installer Code Example
How to change git author Code Example How to change git author Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
13