Skip to content

Instantly share code, notes, and snippets.

@yurydelendik
Created September 21, 2012 23:41
Show Gist options
  • Select an option

  • Save yurydelendik/3764535 to your computer and use it in GitHub Desktop.

Select an option

Save yurydelendik/3764535 to your computer and use it in GitHub Desktop.

Revisions

  1. yurydelendik created this gist Sep 21, 2012.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    [alias]
    squash = !sh -c 'git checkout mozilla/master && git merge --no-commit --squash $0 && git checkout -B $0 && git commit -e'