Escape regex from Markdown

yut23 2016-09-10 21:29:07 -04:00
parent 2da36807be
commit f43ed7252c

@ -120,7 +120,7 @@ alias -g gp='| grep -i' #creates a global alias for grep
| _ggp_ | git push origin $(current_branch) | | _ggp_ | git push origin $(current_branch) |
| _ggsup_ | git branch --set-upstream-to=origin/$(current_branch) | | _ggsup_ | git branch --set-upstream-to=origin/$(current_branch) |
| _gignore_ | git update-index --assume-unchanged | | _gignore_ | git update-index --assume-unchanged |
| _gignored_ | git ls-files -v | grep "^[[:lower:]]" | | _gignored_ | git ls-files -v | grep "^\[\[:lower:\]\]" |
| _git-svn-dcommit-push_ | git svn dcommit && git push github master:svntrunk | | _git-svn-dcommit-push_ | git svn dcommit && git push github master:svntrunk |
| _gk_ | gitk --all --branches | | _gk_ | gitk --all --branches |
| _gl_ | git pull | | _gl_ | git pull |