Thursday, September 19, 2013

behind the scene of Gibhub

output of 'ps -ef | grep git'

  502  3074 86237   0  4:15PM ??         0:00.00 git pull --rebase --progress --prune --recurse-submodules=on-demand origin
  502  3075  3074   0  4:15PM ??         0:00.01 /bin/sh /Applications/GitHub.app/Contents/Resources/git/libexec/git-core/git-pull --rebase --progress --prune --recurse-submodules=on-demand origin
  502  3166  3075   0  4:16PM ??         0:00.10 git fetch --progress --update-head-ok --prune --recurse-submodules=on-demand origin
  502  3174  3166   0  4:16PM ??         0:00.00 git gc --auto
  502  3177  3174   0  4:16PM ??         0:00.00 git repack -d -l
  502  3178  3177   0  4:16PM ??         0:00.01 /bin/sh /Applications/GitHub.app/Contents/Resources/git/libexec/git-core/git-repack -d -l
  502  3191  3178   0  4:16PM ??         0:00.00 /bin/sh /Applications/GitHub.app/Contents/Resources/git/libexec/git-core/git-repack -d -l
  502  3192  3191   0  4:16PM ??         0:19.38 git pack-objects --keep-true-parents --honor-pack-keep --non-empty --all --reflog --unpacked --incremental --local --delta-base-offset /Users/hqin/github/BacillusSporeCoat/.git/objects/pack/.tmp-3178-pack


No comments:

Post a Comment