Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

One thing that can make rebasing much easier is making use of --fixup and --squash. Often you know at the time that a commit is either fixing a previous commit or that you would want to squash it with a previous commit. This can save a lot of time later as you can simply issue a --autosquash to rebase. If you do it right it means others can rebase your branch too.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: