Open GoogleCodeExporter opened 9 years ago
Added EasytoFix label
Original comment by freevryh...@gmail.com
on 13 Jun 2010 at 6:49
Thanks, the patch is in!
For adding new files, just use 'git add' in the same way you schedule files for
next commit. It works even if the files are ignored via .gitignore, and so are
not visible with 'git status'.
Also put your user/e-mail configuration into .git/config:
[user]
email = ...
name = ...
so that the patches you create on your laptop use the same author as your
normal patches :-)
Original comment by robert.c...@gmail.com
on 14 Jun 2010 at 8:43
Migrated to http://github.com/sfepy/sfepy/issues/143
Original comment by robert.c...@gmail.com
on 30 Jan 2012 at 10:27
Original issue reported on code.google.com by
freevryh...@gmail.com
on 13 Jun 2010 at 6:47Attachments: