An open API service indexing awesome lists of open source software.

https://github.com/pj8912/gitish

bash script to automate git commands
https://github.com/pj8912/gitish

automation bash bash-script git gitcommands

Last synced: about 1 year ago
JSON representation

bash script to automate git commands

Awesome Lists containing this project

README

          

# gitish

![bash-github](https://user-images.githubusercontent.com/59218902/220018242-93ca6958-1dad-495a-9f9d-b2c1c05762b7.png)

bash script to automate three git commands according to this tweet : [Tweet](https://twitter.com/adamsycodes/status/1622217516419551233)

## Example

```shell
$ ./gitish.sh this is my commit message
___ _ _ _
/ __|(_)| |_ ___| |_
| (_ || || _|(_-/| \
\___||_| \__|/__/|_||_|
[main d1cb444] this is my commit message
2 files changed, 4 insertions(+), 2 deletions(-)
```

### Linux

- Make the file executable by running the following command:

```
chmod +x gitish.sh
```

- Move the file to a directory in your PATH, such as /usr/local/bin:

```
sudo mv gitish.sh /usr/local/bin/gitish
```

- Now, you can run this custom Git command by simply typing `gitish` in the terminal.

### Windows

-
```
./gitish.bat
```

## Usage

```shell
$ gitish your commit message
```

## Contributers

- [jp](https://github.com/pj8912)
- [Aadv1k](https://github.com/aadv1k)