개발/개발 기타
[Tip of the Day] IntelliJ : Version Control
똘똘이박사
2023. 8. 24. 08:23
Version Control
IntelliJ IDEA provides out-of-the-box integration with the following version control systems: Git, Mercurial, Subversion, and Perforce.
Version your application to collaborate on it, as well as to eliminate the risks of storing all of your codebase locally. Press Alt 9 to view the history of the changes in the project or press Ctrl K to send your local changes to the repository.
반응형