02. Spring – Creating spring project clone it with GIT step by step.
Creating spring project clone it with GIT step by step. 01. Create an empty GIT repository and select a repository name. 02. Check to add README.md and technology to add it inside the gitignire file0- it will include all the generated class when we complete the application. 03. Copy the github repository URL. 04 . Open eclipse and go to, Window – Show View – Other - Type git on the folder and select git repositories. 05. Now clone this repository at your desired location in which we are going to keep the project specific file . a) a) Step One. b) Step Two . c) Step Three. Both projects are generated as bellows d) Step Four Open the gitingnore file and ignore the target folder of the project. All the class files which are generate with compile the code are store in target folder. Class file can be generated. Because of that we don’t commit that folder to git. e) Step Five Open window – preference – filter fo
Comments
Post a Comment