Tips and tricks

GIT Tutorial - How to squash without rebase hell
Posted on April 3 2020
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
AUTHOR
Recent Comments
- admin on Vimeo Thumbnail Generator
- Robert Moeck on Vimeo Thumbnail Generator
- Rainer on Vimeo Thumbnail Generator
- Video Gallery WordPress Plugin /w YouTube, Vimeo, Facebook pages | Berita Online on Vimeo Thumbnail Generator
- Use Browserify Globally as Watcher in PhpStorm [ add Babelify ] – Digital Zoom Studio on Setup a .babelrc in your user directory