Skip to content

p6m7g8-dotfiles/p6df-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 

P6's POSIX.2: p6df-git

Table of Contents

Badges

License

Summary

TODO: Add a short summary of this module.

Contributing

Code of Conduct

Usage

Aliases

  • g -> git
  • ga -> p6_git_cli_add
  • gA -> p6_git_cli_add_all
  • gb -> p6_git_cli_branch_verbose_verbose
  • gbc -> p6_git_cli_branch_create
  • gbD -> p6_git_cli_branch_Delete
  • gc -> p6_git_cli_commit_verbose
  • gC -> p6_git_cli_commit_with_message
  • gcl -> p6_git_cli_commit_last_edit
  • gco -> p6_git_cli_checkout
  • gcod -> p6_git_util_checkout_default
  • gCPF -> p6_git_util_commit_push_fix
  • gCPSF -> p6_git_util_commit_push_squashed_fix
  • 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
  • gi -> p6_git_cli_init
  • gl -> p6_git_util_log
  • gm -> p6_git_cli_merge
  • gP -> p6_git_cli_push_u
  • gp -> p6_git_cli_pull_rebase_autostash_ff_only
  • gPFwl -> p6_git_cli_push_fwl
  • gPt -> p6_git_cli_push_tags
  • gR -> p6_git_cli_restore
  • 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
  • gSync -> p6_git_util_sync
  • gT -> p6_git_cli_revert
  • gU -> p6_git_util_update

Functions

p6df-git

p6df-git/init.zsh
  • p6df::modules::git::aliases::init(_module, _dir)
    • Args:
      • _module
      • _dir
  • p6df::modules::git::deps()
  • p6df::modules::git::external::brews()
  • p6df::modules::git::home::symlinks()
  • p6df::modules::git::prompt::context()
  • p6df::modules::git::prompt::init(_module, _dir)
    • Args:
      • _module
      • _dir
  • p6df::modules::git::prompt_precmd()
  • p6df::modules::git::vcs_info()
  • p6df::modules::git::vscodes::config()
  • str str = p6_git_prompt_info()

Hierarchy

.
├── init.zsh
├── README.md
└── share

2 directories, 2 files

Author

Philip M. Gollucci pgollucci@p6m7g8.com