diff --git a/agignore b/agignore index 5e0c45bd..c84afc85 100644 --- a/agignore +++ b/agignore @@ -8,3 +8,4 @@ public/stylesheets/compiled public/assets spec/vcr *.svg +spec/fixtures/vcr_cassettes diff --git a/shrc/git.sh b/shrc/git.sh index 39c09120..3a5f6cd0 100644 --- a/shrc/git.sh +++ b/shrc/git.sh @@ -67,6 +67,7 @@ alias ggg="git log --graph --pretty=format:'%C(yellow)%h %Creset(%cr)%nAuthor: % alias gggg="git log --pretty=format:'%C(yellow)%h %Creset(%cr) %C(green)%aN <%aE>%Creset%n%Cblue%s%Creset%n ' --numstat" alias gitmine="git log --author='$(git config --get user.name)' --pretty=format:'%Cgreen%ad%Creset %s%C(yellow)%d%Creset %Cred(%h)%Creset' --date=short" alias today='git lg --since="1 day ago"' +alias mark_as_safe='[ -d .git ] && mkdir .git/safe || echo "Run this command at the root of a git repository"' # External Tools alias tower='gittower'