Skip to content

Instantly share code, notes, and snippets.

@kmayer
Created November 27, 2013 18:02
Show Gist options
  • Select an option

  • Save kmayer/7680218 to your computer and use it in GitHub Desktop.

Select an option

Save kmayer/7680218 to your computer and use it in GitHub Desktop.

Revisions

  1. kmayer created this gist Nov 27, 2013.
    5 changes: 5 additions & 0 deletions trustctime.rb
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # http://www.git-tower.com/blog/make-git-rebase-safe-on-osx/
    execute "mistrust ctime" do
    command "git config --global core.trustctime #{node['git']['trustctime'].to_s }"
    user node['current_user']
    end