I've been reading the git section in the porters handbook in order to make some new ports and things are not working as suggested.
I have added my new ports with
and then when I try to do a pull as described in the handbook, I get the following:
What's the correct workflow to add or change files in order to be able to create a diff?
I have added my new ports with
Code:
git add
Code:
git pull --rebase
error: cannot pull with rebase: Your index contains uncommitted changes.
error: please commit or stash them.
What's the correct workflow to add or change files in order to be able to create a diff?