Git

 add new branch

==============

git switch -c new-branch-name

git push -u origin new-branch-name


git pull --rebase

Comments

Popular posts from this blog

Microservices and Service-Oriented Architecture

Version control and Continuous Integration/Continuous Deployment (CI/CD)

Principles of Clean Code