Skip to content

pj8912/gitish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

gitish

bash-github

bash script to automate three git commands according to this tweet : Tweet

Example

$ ./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

$ gitish your commit message

Contributers

Releases

No releases published

Packages

No packages published