AEM-Git integration | Community
Skip to main content
arjuns71585267
February 15, 2019
Solved

AEM-Git integration

  • February 15, 2019
  • 4 replies
  • 2642 views

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...

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Gaurav-Behl

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

4 replies

Gaurav-Behl
Gaurav-BehlAccepted solution
February 15, 2019

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

joerghoh
Adobe Employee
Adobe Employee
February 15, 2019

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

smacdonald2008
February 15, 2019

See this document where Danial talks about this - Getting Started with AEM Sites Chapter 1 - Project Setup

arjuns71585267
February 16, 2019

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