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
-
BRANCH=$(git rev-parse --abbrev-ref HEAD); git checkout master && git pull && git checkout $BRANCH && git reset --soft master && git commit -m "Feature complete" && git push --force
-
@DeepHotel the bigger the amount of code the longer everything takes.
Ideally you just want a singular commit or just a few for a specific feature. If that feature is too big you will mess up in other ways especially if you dont do CI.
over 100 commits on my feature branch
yuck
rant