mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-30 04:01:47 +00:00
Display log after commit
This commit is contained in:
@@ -190,6 +190,9 @@ def main():
|
||||
print('diff after commit:')
|
||||
print(local_repo.git.diff(color='always'))
|
||||
|
||||
print('log after commit:')
|
||||
print(local_repo.git.log(n=1))
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user