One day I setup gitignore for existing project/repository, the expected result is all file/folder defined on gitignore is ignored by git when doing commit or push, but when I commit/push the code, file and folder defined on gitignore is still pushed to repository. After some google I found that git is likely caching this, and we need to delete this cache to. . .
selengkapnya>>https://stackoverflow.com/questions/3455405/how-do-i-remove-a-key-from-a-javascript-object
. . .
selengkapnya>>https://wiki.videolan.org/VLC_HowTo/Make_a_mosaic/
https://wiki.videolan.org/MosaicExampleSetup/
. . .
selengkapnya>>Lately, I use gitlab for some project, but then problem happen since gitlab did not accept duplicate ssh key for deployment server, so I create other ssh key on my deployment server. After that I expect that git will work like magic and know where the new ssh key haha, but reality is not always like expectation, git did not know where the ssh key, we need to. . .
selengkapnya>>https://stackoverflow.com/questions/6267564/convert-unix-timestamp-into-human-readable-date-using-mysql
. . .
selengkapnya>>