Brief of Maven & Artifact, Maven Global Server
What is Maven. It’s a Build tool to generate the Artifact. POM project object model. What is Artifact First its compile … Read more
What is Maven. It’s a Build tool to generate the Artifact. POM project object model. What is Artifact First its compile … Read more
How to selectively pickup commits from child branch 2.Git Amend 3. How to go back to previous version of code? 4.Remote Repository (Git hub) … Read more
Git rebase: This is called as fast-forward merge. The commits from the child branch are added to the top of … Read more