This is the output when I do git log
:
commit 702e9a6805572075099128ab966da45b5561d50a (HEAD -> dev-832-enable-payments-from-booking-engine)
Author: Me
Date: Thu Apr 8 09:59:05 2021 +0200
[dev-832] Guard formatting corrections
commit fff47bee20511cad66ff60b78303779328d839e6
Author: Me
Date: Wed Apr 7 19:10:30 2021 +0200
[dev-832] Add relation between merchants and client_transactions
commit 72e9eb4ae83933a703d82s2abc51dc5410c85094
Author: Me
Date: Wed Apr 7 18:51:43 2021 +0200
[dev-832] Add missing field to clients table
commit 135dcdfa89d9b982b4466135d11cd0937848b819 (origin/dev-832-enable-payments-from-booking-engine)
Author: Me
Date: Thu Mar 25 18:51:38 2021 +0100
[DEV-832] Feat
commit 879aa67d9cd99c3f647111497c32683a6da6e6ba (list)
Author: Someone Else
Date: Tue Mar 16 10:38:39 2021 +0100
[DEV-829] Add auto correct for guard rubocop
Notice the (list) flag at the end of commit 879aa67d9cd99c3f647111497c32683a6da6e6ba. That's the commit where I checked out from. My question is: what exactl '(list)' indicate? Does it appear in any other case?
EDIT: I was confused by the name 'list'. If the name would have been 'master' or 'development' most likely this question would have never been asked. It would have been obvious what 'the flag' was referring to.