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

Abstraction and Encapsulation

Microservices and Service-Oriented Architecture

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