https://github.com/p6m7g8-dotfiles/p6df-git
P6 Dotfiles: GIT
https://github.com/p6m7g8-dotfiles/p6df-git
cli dotfiles p6 p6df p6m7g8 plugin productivity sh shell terminal theme zsh
Last synced: 3 months ago
JSON representation
P6 Dotfiles: GIT
- Host: GitHub
- URL: https://github.com/p6m7g8-dotfiles/p6df-git
- Owner: p6m7g8-dotfiles
- Created: 2022-03-18T20:28:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:11:40.000Z (7 months ago)
- Last Synced: 2025-02-07T05:15:58.974Z (4 months ago)
- Topics: cli, dotfiles, p6, p6df, p6m7g8, plugin, productivity, sh, shell, terminal, theme, zsh
- Language: Shell
- Homepage: https://continuouslearning.io
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p6df-git
## Table of Contents
### p6df-git
- [p6df-git](#p6df-git)
- [Badges](#badges)
- [Distributions](#distributions)
- [Summary](#summary)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Usage](#usage)
- [Author](#author)### Badges
[](https://opensource.org/licenses/Apache-2.0)
[](https://gitpod.io/#https://github.com/p6m7g8/p6df-git)
[](https://mergify.io)
[](https://codecov.io/gh/p6m7g8/p6df-git)
[](https://github.com/p6m7g8/p6df-git/network/dependents?dependent_type=REPOSITORY)
[](https://github.com/p6m7g8/p6df-git/network/dependents?dependent_type=PACKAGE)## Summary
## Contributing
- [How to Contribute](CONTRIBUTING.md)
## Code of Conduct
- [Code of Conduct](https://github.com/p6m7g8/.github/blob/master/CODE_OF_CONDUCT.md)
## Usage
### Aliases
- g -> git
- gA -> p6_git_cli_add_all
- gC -> p6_git_cli_commit_with_message
- gP -> p6_git_cli_push_u
- gPt -> p6_git_cli_push_tags
- gR -> p6_git_cli_restore
- gSync -> p6_git_util_sync
- gT -> p6_git_cli_revert
- gU -> p6_git_util_update
- ga -> p6_git_cli_add
- gb -> p6_git_cli_branch_verbose_verbose
- gbD -> p6_git_cli_branch_Delete
- gbc -> p6_git_cli_branch_create
- gc -> p6_git_cli_commit_verbose
- gcl -> p6_git_cli_commit_last_edit
- gco -> p6_git_cli_checkout
- gcod -> p6_git_util_checkout_default
- gd -> p6_git_cli_diff
- gdd -> p6_git_util_diff_default
- gdh -> p6_git_cli_diff_head
- gdp -> p6_git_cli_diff_previous
- gf -> p6_git_cli_fetch_all
- gg -> p6_git_cli_grep
- ggf -> p6_git_cli_grep_files
- gl -> p6_git_util_log
- gm -> p6_git_cli_merge
- gp -> p6_git_cli_pull_rebase_autostash_ff_only
- gra -> p6_git_cli_rebase_abort
- grc -> p6_git_cli_rebase_continue
- grhh -> p6_git_cli_reset_hard_head
- gs -> p6_git_cli_status_s### Functions
### p6df-git:
#### p6df-git/init.zsh:
- p6df::modules::git::aliases::init()
- p6df::modules::git::deps()
- p6df::modules::git::external::brew()
- p6df::modules::git::home::symlink()
- p6df::modules::git::init(_module, dir)
- p6df::modules::git::prompt::init()
- p6df::modules::git::prompt::line()
- p6df::modules::git::prompt_precmd()
- p6df::modules::git::vcs_info()
- str str = p6_git_prompt_info()## Author
Philip M . Gollucci