Skip to content

DevBlog – How to solve everyday programming and administration problems

How to solve PHP, CSS, HTML problems, some administration tips about Linux, Apache, MySql and more…

Posted on 2019-01-262019-01-26 by slv

How to merge a git branch into master

#git checkout master
#git pull origin master
#git merge test
#git push origin master

CategoriesProgramming Tagsgit

Post navigation

Previous PostPrevious Node.js for begginers – installation
Next PostNext How to customize ESXi iso image (how to add drivers)

Recent Posts

  • How to update PHP version
  • How to allow deal with SeLinux
  • How to customize ESXi iso image (how to add drivers)
  • How to merge a git branch into master
  • Node.js for begginers – installation

Categories

  • Administration
  • Linux
  • MySql/MariaDB
  • Programming
  • XenServer
Proudly powered by WordPress