Tips and tricks

GIT Tutorial - How to squash without rebase hell

You can just apply this command

git reset --soft master
git add -A && git commit -m "commit message goes here"

Then, if you are ready ( make sure you are on your branch by running git status ) to submit that commit, you can just call:

git push -f

Leave a comment

Your email address will not be published

{"type":"main_options","images_arr":"'#ffffff'","bg_slideshow_time":"0","site_url":"https:\/\/digitalzoomstudio.net","theme_url":"https:\/\/digitalzoomstudio.net\/wp-content\/themes\/qucreative\/","is_customize_preview":"off","gallery_w_thumbs_autoplay_videos":"off","base_url":"https:\/\/digitalzoomstudio.net"}