git¶
my git workflows¶
- shared this distraction free git workflow repo
- screencast creating a git repo without leaving the command line for the reame
- will be updating it with some other git tools and scripts
for change log
git log --name-only
git log -n 1 --pretty=format:'%h'
git diff-tree --no-commit-id --name-status -r HEAD
`:r !git config --get remote.origin.url`