Skip to content

custom-git/custom-git-bash

Folders and files

NameName
Last commit message
Last commit date
Feb 27, 2024
Oct 31, 2021
Dec 9, 2021
Dec 3, 2021
Mar 13, 2021
Jul 3, 2021
Nov 8, 2021
Mar 13, 2021
Jun 10, 2021
Oct 15, 2021
Oct 15, 2021
Nov 8, 2021
Nov 8, 2021

Repository files navigation

custom-git-bash

Note for Windows users

custom-git works only with the Git for Windows executable.

Installation

Run this command in bash or zsh shells.

if command -v curl >/dev/null 2>&1; then
    $SHELL -c "$(curl -fsSL https://custom-git.io/install)"
else
    $SHELL -c "$(wget -qO- https://custom-git.io/install)"
fi

Try it without installation

Run this command in bash or zsh shells:

if command -v curl >/dev/null 2>&1; then
    curl -fsSL -o ~/.custom-git.try https://custom-git.io/try
    source ~/.custom-git.try
else
    wget -q -O ~/.custom-git.try https://custom-git.io/try
    source ~/.custom-git.try
fi

FAQs

Q. Not working properly in bash shell on MacOS.
A. Make sure ~/.bashrc file is sourced in ~/.bash_profile.
        If not, add the following line at the end of ~/.bash_profile file.
                source ~/.bashrc

Q. What to do if something doesn't work?
A. Restart your shell session and try again.
        Reason: network issues may occur while fetching the try or install scripts from the website.

Q. What to do if the issue still persists?
A. Forward your queries to support@custom-git.io.


Demos

gadd \ jē-add \

gadd is a customized version of git add command.

gadd_demo.mp4