Custom Search

Thursday, June 18, 2015

Git How to search in diff and commit message and find commit id

1)
Dump all commits of file src/config/schema-transformer/to_bgp.py

#git log -p src/config/schema-transformer/to_bgp.py > output.txt

2)
Open the dump filed output.txt and search.
#vim output.txt




No comments:

Post a Comment