git - View a repository on every commit -


i want view repository first commit , kinda on press of button or may command ,transit next commit (the whole repo).i run code @ of commits . there tool or group of command so.

i couldnt phrase question enough please comment.

i run programs @ specific commit.

this m doing understand design procedure of developer.(eg .how whole project put ?).

i share readme of project based on idea .

a code reader leverages power of github's commit feature animate process of code writing.it works tutor making each commit level reach , @ 100 % complete clone of given repo. in tutor mode can see next step , understand write code. new programmers learn how develop large applications , think in such pragmatic way. program , m more thinking of desktop application try make web app.

that git filter-branch able do:

--tree-filter <command> 

this filter rewriting tree , contents

--index-filter <command> 

this filter rewriting index. similar tree filter not check out tree, makes faster

if command not change files, have visited each commit , executed said command without altering git repo.

the other command visit (in different order, dichotomy) commits git bisect: can execute command overkill in case.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -