You are very likely to have unstaged changes if your built the SDK
That's why I committed a .gitignore file.
However it's not possible to run (unlike git push)
Only do this on commits that haven’t been pushed an external repository.
-Fred
-----Message d'origine-----
From: Justin Mclean
Sent: Monday, March 18, 2013 3:38 AM
To: dev@flex.apache.org
Subject: Re: Git and check in messages
Hi,
git rebase -i HEAD~4
However it's not possible to run (unlike git push) if you have uncommitted
local changes, that makes it less than useful IMO. You are very likely to
have unstaged changes if your built the SDK.
Justin