A good explanation of the dangling ( fr: ballants) commits source tells you how they get created. git fsck --full Checking object directories: 100% (300/300), done. Checking objects: 100% (10658/10658), done. dangling commit x.... dangling blob y.... dangling commit z.... dangling blob w.... dangling blob a.... dangling commit b.... How to quickly remove those? git reflog expire --expire=now --all git gc --prune=now
(fr) Activités reliés au développement d'applications, programmation, plateforme, gestion du code etc.
(en) Activities related to application development, programming, platform, code management etc..
(ar)
جميع الأنشطة المتصلة تطوير التطبيقات والبرمجة ومنصة إدارة رمز، وما إلى ذلك.
Comments
Post a Comment
Pascal Fares and Open Source Lebanese Movement >