Every Day...

Everything else that doesn't fall into one of the other PB categories.
User avatar
spikey
Enthusiast
Enthusiast
Posts: 764
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Every Day...

Post by spikey »

Every day I create a branch in my git repo called "list". Every day I delete a branch called "list"... :D
Quin
Addict
Addict
Posts: 1132
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Every Day...

Post by Quin »

:?: :?: :?:
User avatar
Demivec
Addict
Addict
Posts: 4267
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: Every Day...

Post 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"... :D
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. :lol:
User avatar
spikey
Enthusiast
Enthusiast
Posts: 764
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: Every Day...

Post by spikey »

Demivec wrote: Sat Feb 15, 2025 1:57 pm If I'm right...
You're very, very close :D
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Re: Every Day...

Post by freak »

"git branch list" vs "git branch --list"

I am safe from this because I use "-a" instead :)
quidquid Latine dictum sit altum videtur
User avatar
spikey
Enthusiast
Enthusiast
Posts: 764
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Re: Every Day...

Post by spikey »

Bingo :D
User avatar
skywalk
Addict
Addict
Posts: 4215
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Every Day...

Post by skywalk »

If small or medium size projects, use fossil.
You can see everything via browser timeline or utility pages.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply