@mossila
Update 10/Nov/2019
git branch
2. List all remote/local branch
git branch -a
3. Delete remote and delete local.
$ git push --delete <remote_name> <branch_name>$ git…
$ git push --delete <remote_name> <branch_name>$ git
Since 2014 there was 4 simple steps to run Go Language in Azure Website but now its outdated. By HttpPlatformHandler has been replaced by ASP.NET Core Module. But anyway I’m forced to run Go on Windows Server. So here is how.
เพิ่ม config นี้เข้าไปใน .vim
set tabstop=2 #จำนวน space set shiftwidth=2 #ตอน reindent ด้วย << หรือ >>set expandtab #เปลี่ยน tab เป็น space
ถ้าต้องการเปลี่ยน file เดิมไปตาม settings ใหม่นี้
:retab