User Tools

Site Tools


projects:progit:inspection

This is an old revision of the document!


Inspecting Git repository

Three main states

State Location Description Method of inspection
Commited .git directory Stored in DB git log
Modified Working directory Changed git status
Staged Staging area Changed and marked for next commit to the DB git status

Headline

Specifying revision

Debugging with git

blame
grep
bisect

References

projects/progit/inspection.1454792569.txt.gz · Last modified: 2016/02/06 22:02 by mkucia