diff options
Diffstat (limited to 'admin/notes/git-workflow')
| -rw-r--r-- | admin/notes/git-workflow | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/notes/git-workflow b/admin/notes/git-workflow index 3c2c76c8909..b6168c31bd5 100644 --- a/admin/notes/git-workflow +++ b/admin/notes/git-workflow | |||
| @@ -9,6 +9,11 @@ If you haven't configured git before you should first do: | |||
| 9 | 9 | ||
| 10 | git config --global user.name "Frank Chu" | 10 | git config --global user.name "Frank Chu" |
| 11 | git config --global user.email "fchu@example.com" | 11 | git config --global user.email "fchu@example.com" |
| 12 | git config --global transfer.fsckObjects true | ||
| 13 | |||
| 14 | (See the thread "Recommend these .gitconfig settings for git integrity." | ||
| 15 | [https://lists.gnu.org/archive/html/emacs-devel/2016-01/threads.html#01802] | ||
| 16 | for more details about why that last line is there.) | ||
| 12 | 17 | ||
| 13 | Initial setup | 18 | Initial setup |
| 14 | ============= | 19 | ============= |