aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/git-workflow
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes/git-workflow')
-rw-r--r--admin/notes/git-workflow5
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
10git config --global user.name "Frank Chu" 10git config --global user.name "Frank Chu"
11git config --global user.email "fchu@example.com" 11git config --global user.email "fchu@example.com"
12git 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]
16for more details about why that last line is there.)
12 17
13Initial setup 18Initial setup
14============= 19=============