Skip to content

:shipit: Close Git Combat

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

simnalamburt/cgitc

Folders and files

NameName
Last commit message
Last commit date
Sep 3, 2016
Sep 3, 2016
Jan 13, 2020
Apr 25, 2017
Apr 25, 2017
Apr 30, 2020
Aug 31, 2024
Nov 8, 2019
Nov 8, 2019
Sep 17, 2021
Nov 8, 2019
Nov 8, 2019
Nov 8, 2019

Repository files navigation

Close Git Combat

cgitc is set of useful git aliases for bash, zsh and fish. It provides professional and swift git usage.

g    = git

gst  = git status
gd   = git diff
gdca = git diff --cached
gc   = git commit -v
gup  = git pull --rebase
glog = git log --oneline --decorate --color --graph
gsta = git stash
gstp = git stash pop

(etc)

cgitc is fork of oh-my-zsh's git plugin.

Installation

You can install cgitc via various plugin managers.

Bash

git clone https://github.com/simnalamburt/cgitc.git --depth=1 ~/.cgitc
cat <<< 'source ~/.cgitc/init.bash' >> ~/.bashrc

Zsh, zinit

zinit light simnalamburt/cgitc

# (Optional) It'll be more useful with zsh-expand-all
zinit light simnalamburt/zsh-expand-all

Fish, chips

# Update your '~/.config/chips/plugin.yaml'
github:
- simnalamburt/cgitc
omf install https://github.com/simnalamburt/cgitc


cgitc is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). cgitc emblem © 2017 XT. See COPYRIGHT for details.

About

:shipit: Close Git Combat

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages