Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paolorechia/git-aliases
https://github.com/paolorechia/git-aliases
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paolorechia/git-aliases
- Owner: paolorechia
- License: mit
- Created: 2024-07-16T20:00:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T20:01:54.000Z (5 months ago)
- Last Synced: 2024-10-15T08:31:11.251Z (2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```bash
alias ga='git add $1'
alias gau='git add -u'
alias gm='git commit -S -m $1'
alias gs='git status'
alias gp='git push'
alias gl='git log'
alias gd='git diff'
```