Author Topic: How to integrate SE with my public GitHub repository?  (Read 2199 times)

mtp1032

  • New Community Member
  • Posts: 2
  • Hero Points: 0
How to integrate SE with my public GitHub repository?
« on: December 07, 2018, 10:43:09 PM »
I have a public repository on gethub to which I would like to connect by local repository (e.g., as does VStudio). However, when I attempt to use the version control setup in SlickEdit, I have found no way to connect the editor to my github repo.

I'm surely missing something obvious. How is this accomplished?

Cheers,

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: How to integrate SE with my public GitHub repository?
« Reply #1 on: December 08, 2018, 05:51:19 PM »
We don't have a built in way to integrate with GitHub, but if you check out from GitHub, you can then use our Git support for all the operations you would expect, including push and pull.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: How to integrate SE with my public GitHub repository?
« Reply #2 on: December 09, 2018, 07:45:15 PM »
If you don't already have a local repository, here are some docs I found for cloning a git repository from GitHub:

https://help.github.com/articles/cloning-a-repository/

mtp1032

  • New Community Member
  • Posts: 2
  • Hero Points: 0
Re: How to integrate SE with my public GitHub repository?
« Reply #3 on: December 10, 2018, 05:02:35 PM »
We don't have a built in way to integrate with GitHub, but if you check out from GitHub, you can then use our Git support for all the operations you would expect, including push and pull.
OK, I'll give this a shot. I use the full range of git services in my dev projects so I'll jump in and see what I can do.

Thanks for the quick response