Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

AEM-Git integration

Avatar

Level 4

Usually how is AEM integrated with git or any other Source Control systems?

Is that straight forward or any specific documents on that to explore...

1 Accepted Solution

Avatar

Correct answer by
Level 10

Standard GIT documentation/commands would suffice for AEM as well. There is nothing specific that is required for AEM.

e.g. if you use Eclipse as your IDE, you could install GIT plugin in eclipse and use it normally, otherwise, you could install GIT GUI/CLI on Win/Mac or use sourcetree or any other available software to check-in/check-out your code from repository.

HTH

View solution in original post

4 Replies

Avatar

Correct answer by
Level 10

Standard GIT documentation/commands would suffice for AEM as well. There is nothing specific that is required for AEM.

e.g. if you use Eclipse as your IDE, you could install GIT plugin in eclipse and use it normally, otherwise, you could install GIT GUI/CLI on Win/Mac or use sourcetree or any other available software to check-in/check-out your code from repository.

HTH

Avatar

Employee Advisor

what kind of integration do you mean? The most obvious one -- the developer stores the code in git and uses some IDE to edit it -- works great.

Jörg

Avatar

Level 4

This was the one I needed! Thanks for your response.