begin29
5/27/2016 - 7:50 AM

Usefull git commads

Usefull git commads

# show changed files for specific commit
git show --pretty="format:" --name-only SHA

#debugging with git
https://git-scm.com/book/ru/v1/%D0%98%D0%BD%D1%81%D1%82%D1%80%D1%83%D0%BC%D0%B5%D0%BD%D1%82%D1%8B-Git-%D0%9E%D1%82%D0%BB%D0%B0%D0%B4%D0%BA%D0%B0-%D1%81-%D0%BF%D0%BE%D0%BC%D0%BE%D1%89%D1%8C%D1%8E-Git

# cheatsheet for git
https://medium.com/@ABatickaya/%D1%88%D0%BF%D0%B0%D1%80%D0%B3%D0%B0%D0%BB%D0%BA%D0%B0-%D0%BF%D0%BE-git-55eeea487676#.gmoc1vf40

git log --after="2013-11-12 00:00" --before="2013-11-12 23:59"

git log --author='Vadym Motsukh'