Skip to content

Instantly share code, notes, and snippets.

@devdrops
Forked from shadowhand/.gitconfig
Created March 9, 2016 02:55

Revisions

  1. @shadowhand shadowhand renamed this gist Mar 9, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. @shadowhand shadowhand renamed this gist Mar 9, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. @shadowhand shadowhand created this gist Mar 9, 2016.
    2 changes: 2 additions & 0 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    [alias]
    fixlock = ! git reset HEAD -- composer.lock && git co -- composer.lock && composer update --no-scripts && git add composer.lock