Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yaph/git-tools
Command line tools to facilitate working with git and github
https://github.com/yaph/git-tools
bash bash-script cli command-line-tool git github shell
Last synced: about 1 month ago
JSON representation
Command line tools to facilitate working with git and github
- Host: GitHub
- URL: https://github.com/yaph/git-tools
- Owner: yaph
- Created: 2012-06-05T10:50:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T19:59:24.000Z (4 months ago)
- Last Synced: 2024-12-30T08:50:35.336Z (about 2 months ago)
- Topics: bash, bash-script, cli, command-line-tool, git, github, shell
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
git-tools
=========Command line tools to facilitate working with git and github
## git config
### better git log
see https://coderwall.com/p/euwpig?&p=1&q=
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"