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.
반응형
'개발 > 개발 기타' 카테고리의 다른 글
[Tip of the Day] IntelliJ : Local History (0) | 2023.09.01 |
---|---|
[Tip of the Day] IntelliJ : View recent files (0) | 2023.08.25 |
[Tip of the Day] IntelliJ : Extract Variable refactoring (0) | 2023.08.16 |
[Tip of the Day] IntelliJ : Local History (0) | 2023.08.07 |
[Tip of the Day] IntelliJ : Debugger (0) | 2023.08.04 |