IDE - Git integration

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Hroudtwolf
Addict
Addict
Posts: 803
Joined: Sat Feb 12, 2005 3:35 am
Location: Germany(Hessen)
Contact:

IDE - Git integration

Post by Hroudtwolf »

Hi,

I think it would be very handy to have a Git integration in the PB IDE.
It could be implemented in the project manager feature.

Example:
Image

Best regards
Wolf
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: IDE - Git integration

Post by Shield »

I saw this thread on the day when you posted it. I like the idea,
but personally I always use the command line directly, even if the IDE
has full support for it (not talking about PB here). That's why I didn't
respond.

But since nobody else wrote his opinion, I might as well add mine (after
randomly stumbling across this thread again):

I'd +1 this. Not only because I think it is useful but also because it would
have a nice side-effect: it would bring the concepts of version control
closer to the PB users.
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
User avatar
skywalk
Addict
Addict
Posts: 4211
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: IDE - Git integration

Post by skywalk »

It is important to use source control management, but I prefer to choose which one.
Just as we have 'Use_database_of_your_choice()' so it should be for SCM.
And, much can be accomplished already with custom Tool code.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply