Monday 25 May 2020

git: delete local and remote branch

git branch -d feature/666
git push origin --delete feature/666

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Interview questions: 2020-12

Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer  Networking Layer 1 vs Layer 4 haproxy u...