Skip to content
Everything about Web – Jason Lian

Everything about Web – Jason Lian

Jason is a Melbourne based web developer specialised in applications and system development and integration.

  • Home
  • Portfolio
  • About Me

Recent Posts

  • PWA, WebAssembly and GraphQL – 2018 new tech trends and what a web developer needs to know
  • Laravel Tinker Shell – Access a Laravel controller function through command line
  • Golang – Dave Cheney talking about SOLID Go Design principle
  • How to know if a bot claimed to be Googlebot a real Googlebot? Verify Googlebot
  • HTML5 JavaScript canvas based smooth signature drawing – Online / web signature capture / hand draw signature input

Categories

  • AWS
  • BootStrap
  • E-Commerce
  • Git
  • Golang
  • Google
  • Graphics Design
  • HTML5 / CSS3
  • Interactive Media Design
  • JavaScript & JS Frameworks
  • jQuery
  • Laravel
  • Linux
  • Magento
  • OctoberCMS
  • PHP / MySQL
  • Portfolio
  • PWA
  • Resources
  • SEM / SEO
  • Server
  • Tools and Productivity
  • UI / UX / UCD
  • Web Development
  • WordPress

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Recent Comments

    Archives

    • April 2018
    • October 2017
    • June 2017
    • May 2017
    • April 2017
    • March 2017
    • February 2017
    • December 2016
    • November 2016
    • October 2016
    • June 2016
    • February 2016
    • December 2015
    • November 2015
    • October 2015
    • May 2015
    • March 2015

    Category: Git

    How do I make Git ignore file mode (chmod) changes?

    git config core.fileMode false

    Not the best practice but works in some case.

    Source: http://stackoverflow.com/questions/1580596/how-do-i-make-git-ignore-file-mode-chmod-changes

     

    Posted on 27/02/201728/02/2017Categories GitTags git, version controlLeave a comment on How do I make Git ignore file mode (chmod) changes?
    Proudly powered by WordPress