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

DDD and EF Core: Preserving encapsulation

Functional Principles - Exceptions