Skip to content

kesavkummari/javaproject

Repository files navigation

javaproject

To Store Raw Code & To Create CI/CD Pipeline

<<<<<<< HEAD

javaproject name of the repo:

main : Commits : 4

dev : Commits : 6

Want to rebase dev onto main

git checkout main git merge dev

git rebase is a Git command that integrates changes from one branch into another

Unlike git merge, which creates a new commit for the merge, git rebase rewrites the commit history by moving or combining a sequence of commits to a new base commit.

This can result in a cleaner, linear commit history.

100 commits on a branch : dev --> 1 : 6 + 4

New Developer : 96f0456bcdb39b95724373f3a82c755634463f42

======= Build LifeCycles - terraform

terraform init ---> .terraform --> No need to push to online

dev

About

To Store Raw Code & To Create CI/CD Pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors