News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Does Code block support GitHub integration plugins?

Started by yr, April 02, 2015, 09:47:57 PM

Previous topic - Next topic

yr

Hi,
I am implementing a protocol stack using code blocks and I wanted to use GitHub as source controller.
Does Code::Blocks support for that?


Kind Regards,
yr

oBFusCATed

What do "protocol stack" and "source controller" mean?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

yr

Protocol Stack:- New Network protocol for OSI osi protocol stack
Source control(Revision control, also known as version control):- An aspect of software configuration management, is the management of changes to documents, computer programs, large project web sites, and other collections of information.


MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

yr


MortenMacFly

As long as you ask generic questions youll get generic answers. If you need specific information please ask specific, smart questions.
I am working on several git based projects that include protocol stacks. So all I can tell is that it works and I didn't run into trouble so far.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

yr


MichaelAgarkov

#7
yr, If I understand correctly you're asking if Code::Blocks has integration with Git like VSCode? In that case: no, but there's a plugin called GitBlocks available.