-

Git: Memperbaiki perhitungan kontribusi di Github
Permasalahan: Kontribusi tidak terhitung dan muncul pada heatmap profil github. Solusi: 1. Perbaiki email di pengaturan git [1]: Ubah email dalam git: 2. Perbaiki author [2] [3]:
-

Git: Setup Git for multiple emails
Problem: The common way we configure Git email address at our machine is: It’s only for 1 email address and it will become a challenge when you have 2 (or more) Git accounts for different purposes e.g: for work project and for personal project. Remote repository only calculates commit contribution if configured email address matches…
-

Git: Create a new repository on Github
Here are the steps: 1. Create remote repository from Github webpage 2. Create new local repository
-
All about Sublime Text 3 on MacOSX
Below is my personal setup and configuration of Sublime Text 3 on MacOSX Setting up Sublime Text 3 for MacOSX Install Sublime Text 3 : Download sublime text 3 Setup sublime in command line [1] [2]: sudo ln -s “/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl” /usr/local/bin/subl if there is no /bin directory yet: cd /usr/local/ mkdir bin sudo ln…
