@yatabani.com

Yasir O. Atabani, Cozeit, Inc.


Git merge back into any given branch

Many times as team you branch of to implement new feature using git, and before you finalize your features some new changes are pushed to your base (origin) branch, you are left with two options

  1. Go ahead and push your code for someone else to look at and fix when merging.
  2. Merge back into the origin branch and fix any problems that might arise, then push your code.

Read More



Setting up Dropbox on Debian

Setting up Dropbox on Debian from the offical Dropbox repository saves you from downloading dropbox binary everytime, and easies the management of the package.

Read More