Skip to content

Commit 67efe8a

Browse files
committed
git author
1 parent eba63f6 commit 67efe8a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nbs/11_clean.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,9 @@
573573
"#|hide\n",
574574
"with tempfile.TemporaryDirectory() as d, working_directory(d):\n",
575575
" _run('git init')\n",
576-
" \n",
576+
" _run(\"git config user.email '[email protected]'\")\n",
577+
" _run(\"git config user.name 'nbdev'\")\n",
578+
"\n",
577579
" nbs_path = Path('nbs')\n",
578580
" nbs_path.mkdir()\n",
579581
" Config('.', 'settings.ini', create={'nbs_path': nbs_path})\n",

0 commit comments

Comments
 (0)