Page 1 of 1
Every Day...
Posted: Sat Feb 15, 2025 12:27 pm
by spikey
Every day I create a branch in my git repo called "list". Every day I delete a branch called "list"...

Re: Every Day...
Posted: Sat Feb 15, 2025 1:17 pm
by Quin
Re: Every Day...
Posted: Sat Feb 15, 2025 1:57 pm
by Demivec
spikey wrote: Sat Feb 15, 2025 12:27 pm
Every day I create a branch in my git repo called "list". Every day I delete a branch called "list"...
If I'm right, I'm guessing that you needed to type 'git branch' but thought it seemed more logical to type 'git list'.

If I'm wrong then it sounds instead like something I would have done.

Re: Every Day...
Posted: Sat Feb 15, 2025 2:05 pm
by spikey
Demivec wrote: Sat Feb 15, 2025 1:57 pm
If I'm right...
You're very, very close

Re: Every Day...
Posted: Sat Feb 15, 2025 3:03 pm
by freak
"git branch list" vs "git branch --list"
I am safe from this because I use "-a" instead

Re: Every Day...
Posted: Sat Feb 15, 2025 3:14 pm
by spikey
Bingo

Re: Every Day...
Posted: Sat Feb 15, 2025 3:24 pm
by skywalk
If small or medium size projects, use
fossil.
You can see everything via browser timeline or utility pages.