Hi I loved this small git utility and helped me a lot to keep my git history clean and do it quickly.
Only one problem I am facing is, if I have any untracked files they also getting committed to squashed commit. Is there anyway to ignore untracked files automatically.
Right now, I have to move them to a different folder or add them to .gitignore file or move it to folder outside git repo.
Hi I loved this small git utility and helped me a lot to keep my git history clean and do it quickly.
Only one problem I am facing is, if I have any untracked files they also getting committed to squashed commit. Is there anyway to ignore untracked files automatically.
Right now, I have to move them to a different folder or add them to .gitignore file or move it to folder outside git repo.