How to update the GIT remote repo
Update to the new repo
git remote set-url origin <new repo>
Check the current origin
git remote -v
After we moved to the new repository… run this command to clean up deleted branches
git fetch -p
Update to the new repo
git remote set-url origin <new repo>
Check the current origin
git remote -v
After we moved to the new repository… run this command to clean up deleted branches
git fetch -p
เมื่อเราต้องการสร้าง tag ที่เป็นเหมือน label แปะไว้สำหรับ version ใด vesion หนึ่ง เช่น เมื่อเรา deploy prod ที่ version ไปแล้ว เราอาจจะอยาก tag เพื่อให้รู้ว่า deploy prod ที่ version ไหน นี้คือคำสั่งสำหรับสร้าง tag Create a tag For examle หลังจากลอง list tag ออกมาโดยใช้คำสั่งนี้ List tags และเมื่อต้องการ push tag ที่หา remote ใช้คำสั่ง Push tags to remote
Run this example command below in a command line In this example, is to upgrade the version by specify the version @<version>
It’s needed to encrypt passwords of PROD or even NON-PROD when they’re in configuration files. Jasypt is used as a tools to encrypt/decrypt password in our application. And it can be done from command line. Here we go Encrypt Then you’ll see Decrypt Then, you got the password back Links https://github.com/jasypt/jasypt
ไปทำอีท่าไหนไม่รู้ ตอนpush code ขึ้น git แล้วขึ้น Error มาตามด้านล่าง current branch does not match the name of your current branch . เช็คดูดีๆ อ้าว feature branch ไปชี้ที่ master นี้..ไม่ใช่ละ โอเค…ปัญหานี้แก้ได้ ไม่ยาก แค่เราต้องปลด branch ที่ผูก แล้วผูกด้วย remote branch ที่ถูกต้อง โดยเริ่มทำการปลด upstream branch ก่อนตามคำสั่งนี้ คราวนี้ local branch เราก็จะไม่ผูกกับ remote แล้ว ต่อไปก็ทำการผูกกับ remote ลอง pull & push ก็จะได้ปกติ
When you need to connect the remote database that is behind the firewall or the jumpbox. Use this command to connect the target database via ssh tunnel. Example Then, keep that terminal opens. Try to connect the database from local Basic commands that you should know
Apps สำหรับ Java developer ที่ตอนนี้ผม install อยู่ในเครื่องที่ใช้งานตอนนี้ sdkman – สำหรับ tool ตัวนี้ช่วยให้ลง jdk ในเครื่องได้หลาย version และการสลับใช้งานไป version นี้หรือไปอีก version สามารถทำได้ง่าย Visual Studio Code – Editor ตัวนี้ใช้งานเหมาะมากรวดเร็ว ใช้งานง่าย ใช้บ่อยๆ สำหรับโปรเจคที่เขียนด้วย Golang, javascript, typescript, groovy IntelliJ IDEA – สำหรับ Java IDE ตัวนี้ใช้งานดีที่สุดแค่ CE version ก็เพียงพอแล้วสำหรับงาน Java micro-service, Java spring boot Sublime + PrettyJSON plugin – text editor…