cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to Connect Eclipse with Git or abapGit and Push ABAP Code to GitHub for ABAP Cloud project

Ayyaparaja
Explorer
0 Likes
5,800

I'm working on an ABAP development project and would like to integrate version control using GitHub.

I’m specifically looking to push ABAP code to GitHub directly from Eclipse using either Git or the abapGit plugin.

What I've done so far:

I'm trying to understand:

  • Can I push ABAP code directly from Eclipse ADT to GitHub?

  • If yes, what are the exact steps to do this using either Git or abapGit in Eclipse?

  • If not, what is the recommended way to use GitHub for ABAP version control (especially in ABAP cloud  project)?

View Entire Topic
SabineReich
Product and Topic Expert
Product and Topic Expert

Hi,

there's another tutorial on GitHub that might help:

https://developers.sap.com/tutorials/abap-environment-abapgit-transfer..html

 

Ayyaparaja
Explorer
0 Likes
Hi @SabineReich, Thanks for sharing the tutorial.