Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Glinkis2267yOr work on a branch, push small changes, then merge once you're done with the thing .
-
vityavv1297y++! I have forgotten lots of code on my commute between two stations simply because I didn't push. Man, fixing superficial merge conflicts because you had to re-write your code is *so* not fun
-
vityavv1297y@geaz Honestly, I'd still do it (working on multiple workspaces every day taught me that) so that I can begin where I left off instead of writing it all again. If it's a big project, I'd use a dev branch or something.
Actual pro tip: don't push only when you are done with code. Always push when you are done with coding session. Minimize the possibility of data loss and always have your code on the server.
rant