ipython fix, add lfs

This commit is contained in:
root 2017-11-23 15:29:18 +03:00
parent a707fd1d0d
commit 9f169eae7e
2 changed files with 6 additions and 1 deletions

View File

@ -19,3 +19,8 @@
lg1 = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
lg = !"git lg1"
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f

View File

@ -546,6 +546,6 @@ c.InteractiveShellApp.exec_lines.append('%load_ext autoreload')
c.InteractiveShellApp.exec_lines.append('%autoreload 2')
# logging
c.InteractiveShellApp.exec_lines.append('import logging')
c.InteractiveShellApp.exec_lines.append('logging.basicConfig(level = logging.DEBUG)')
#c.InteractiveShellApp.exec_lines.append('logging.basicConfig(level = logging.DEBUG)')
# requests
c.InteractiveShellApp.exec_lines.append('import requests')