Skip to content

Instantly share code, notes, and snippets.

@gmarokov
Last active October 22, 2019 06:51
Show Gist options
  • Save gmarokov/e725bce2d0cb3610182637b9a570657e to your computer and use it in GitHub Desktop.
Save gmarokov/e725bce2d0cb3610182637b9a570657e to your computer and use it in GitHub Desktop.
Git alias for displaying migration files for ASP.NET projets
git config --global alias.migrations 'log -- **/Migrations/**/*.cs'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment