Showing posts with label branch. Show all posts
Showing posts with label branch. Show all posts

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>

Monday, 10 June 2013

git push/pull just current branch


  1. git config --global push.default tracking
  2. git config --global pull.default tracking
FYI, these settings are saved in ~/.gitconfig

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