Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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
Community Advisor

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

0 Replies

Avatar

Correct answer by
Community Advisor

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.