Skip to content

mnguyencntt/notification-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

notification-lambda

how to sync code from another repo

git clone cd git switch develop git pull # get latest code from develop git remote add ecs git remote -v # verify ECS origin is added git fetch --all git switch feature/eks-sync git merge develop # resolve any potential conflicts git push

how to merge from develop to branch

git switch develop git pull git switch branch-123 git merge develop # merge current branch-123 with develop git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages