EN
Git - how to check commit history?
1 answers
0 points
How to check commit history using Git Bash?
1 answer
0 points
To see the commit history for all branches in repository use the following command:
xxxxxxxxxx
1
git log
for one branch:
xxxxxxxxxx
1
git log branch_name
0 commentsShow commentsAdd comment