我想從第一次提交中查看存儲庫,然後按一下按鈕,或者可能是命令,轉到下一次提交(整個回購)。我也會運行一些代碼在任何提交。那麼是否可以有一個工具或一些可以幫助完成的命令。在每次提交時查看存儲庫
我不能說的問題,所以請做評論。
我也想在特定的提交中運行程序。
這樣做,我可以真正理解開發者的設計過程(例如,整個項目如何實際組裝在一起?)。
我想分享基於這個想法的項目的自述文件。
a code reader which leverages the power of github's commit feature to animate the process of code writing.It also works as a tutor making each commit a level to reach and at 100 % you get a complete clone of the given repo. In tutor mode you can see the next step and then understand as well as write the code. This will help new programmers to learn how to develop large applications and also think in such a pragmatic way. This program , i m more thinking as of a desktop application but would also try to make a web app.
'git log'命令具有許多用於顯示提交歷史的內置功能,請參閱[這裏](http://git-scm.com/book/en/v2/Git-Basics-Viewing-the-Commit-History)。也許這顯示了足夠的信息? – rubenvb 2015-04-01 11:53:11
我實際上想更改存儲庫內容,所以就像在第一次提交時一個人寫了一些測試,所以也許我會運行這些測試。所以在每次提交時關閉存儲庫的實時視圖。就像我可以看到項目在我面前變得成熟一樣,但不僅僅是查看這些文件也可以運行它們。 – 2015-04-01 12:17:42
@GIRISHRAMNANI我實際上想要更改存儲庫內容:再次,這就是'git filter-branch'的用途。 – VonC 2015-04-01 12:36:46