I have started collaborating with a few friends on a project & they use the heroku git repository.
I cloned the repository a few days ago and they have since mad
If you want to keep your working changes while performing a rebase, you can use --autostash. From the documentation:
--autostash
Before starting rebase, stash local modifications away (see git-stash[1]) if needed, and apply the stash when done.
For example:
git pull --rebase --autostash