Valtonen, Hannu wrote:
> I couldn't figure out how to get added files to show in git diff ...

git add <new files>
git add -u # to include modified files in the index
git diff --cached

-- 
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to