Author Topic: Does Code block support GitHub integration plugins?  (Read 34172 times)

Offline yr

  • Single posting newcomer
  • *
  • Posts: 5
Does Code block support GitHub integration plugins?
« on: April 02, 2015, 09:47:57 pm »
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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Does Code block support GitHub integration plugins?
« Reply #1 on: April 02, 2015, 10:59:41 pm »
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!]

Offline yr

  • Single posting newcomer
  • *
  • Posts: 5
Re: Does Code block support GitHub integration plugins?
« Reply #2 on: April 03, 2015, 09:00:26 am »
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.


Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Does Code block support GitHub integration plugins?
« Reply #3 on: April 03, 2015, 12:18:01 pm »
Does Code::Blocks support for that?
Yes.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline yr

  • Single posting newcomer
  • *
  • Posts: 5
Re: Does Code block support GitHub integration plugins?
« Reply #4 on: April 03, 2015, 02:01:10 pm »
thank you and this is a great help.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Does Code block support GitHub integration plugins?
« Reply #5 on: April 03, 2015, 02:06:01 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline yr

  • Single posting newcomer
  • *
  • Posts: 5
Re: Does Code block support GitHub integration plugins?
« Reply #6 on: April 04, 2015, 11:34:33 pm »
Thank you and I will.

MichaelAgarkov

  • Guest
Re: Does Code block support GitHub integration plugins?
« Reply #7 on: September 15, 2023, 01:23:59 pm »
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.
« Last Edit: September 15, 2023, 10:12:06 pm by MichaelAgarkov »