Fix: git push rejected (non-fast-forward)
You tried to push your changes and git slapped you with this: ! e h h r i i [ r n n r o t t e r : : j : e U i c f p t t a d s e i a d l t r ] e e e d s m o t w t o e e r p e c u o s r u m h e n a j t i s e e n o c r m t p e e a d r r t m e b . a f e i s c n a t u ( o s n e o n o t - r h f i e a g s i t t n i - ' p f o o r f w a y r o d u ) r c u r r e n t b r a n c h i s b e h i n d This is one of the most common git errors, and it’s actually git protecting you from accidentally overwriting someone else’s work (or your own work from another machine). ...