How do I figure out what make git commit run slow (43seconds for 2 file of
336kB totals) ? This basically slow on every commit. All files are on my
local machine.
Below are the capture:
(489)$ git status
On branch feature/xyzz_prototype/0
Your branch is ahead of 'origin/feature/xyzz_prototype' by 2 commits.
(use "git push" to publish your local commits)
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: xyzz_Top.kicad_pcb <---280kB
modified: xyzz.sch <--- 56kB
modified: ../../kicad (new commits)
Untracked files:
(use "git add <file>..." to include in what will be committed)
xyzz_Top.jpg
xyzz_Top.net
xyzz_Top.step
fp-info-cache
good1.kicad_pcb
no changes added to commit (use "git add" and/or "git commit -a")
LUS22883 ~/git/XYZ/HW/xyzz-Proto/PCB_KiCad
(489)$ time git commit -a -m "All silkscreen are done"
[feature/xyzz_prototype/0 ac9c31a] All silkscreen are done
3 files changed, 4949 insertions(+), 4924 deletions(-)
real 0m43.286s
user 0m0.263s
sys 0m1.165s
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.