https://github.com/dplocki/gitalias
Git Alias is a collection of git version control alias
https://github.com/dplocki/gitalias
bash git git-alias
Last synced: about 1 month ago
JSON representation
Git Alias is a collection of git version control alias
- Host: GitHub
- URL: https://github.com/dplocki/gitalias
- Owner: dplocki
- License: gpl-3.0
- Created: 2024-03-22T11:26:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T19:17:24.000Z (about 2 years ago)
- Last Synced: 2025-12-06T09:57:17.228Z (6 months ago)
- Topics: bash, git, git-alias
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Alias
## What is Git Alias?
Git Alias is a collection of git version control alias. It is a supplementary to the [GitAlias](https://github.com/GitAlias/gitalias) project, for very specific cases.
## Aliases
* [git pcmt](./docs/commit-prefix.md) - automatic prefix based on branch name
* [git ylc](./docs/log-your-last-commits.md) - display last current users' commits
* [git rdb](./docs/refresh-default-branch.md) - refresh the default branch
## Notes
See the [DEVELOP.md](./DEVELOP.md).