Friday 29 April 2016

git: merge request


  • git checkout master
  • git pull
  • git branch -b <mybranch>
  • <changes>
  • git commit -am'My change commit'
  • git push origin <mybranch>

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...