Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonmorita/fish-git-function
Fish shell function to automate my Git commits and merges and pushes and pulls and you get the idea.
https://github.com/jasonmorita/fish-git-function
Last synced: 2 days ago
JSON representation
Fish shell function to automate my Git commits and merges and pushes and pulls and you get the idea.
- Host: GitHub
- URL: https://github.com/jasonmorita/fish-git-function
- Owner: jasonmorita
- Created: 2013-08-15T23:11:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-16T22:16:22.000Z (about 11 years ago)
- Last Synced: 2023-05-11T17:46:18.261Z (over 1 year ago)
- Size: 107 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fish shell function
Fish shell function to automate my Git commits and merges and pushes and pulls and you get the idea.
This can be made way more modular, but I needed it real quick.
You need to be using Fish shell to use this. You really need to be using it anyway, it's awesome.
Save the file to ~/.config/fish/functions.
I had to create the functions dir.
Be sure to replace all the dirs and branchnames with your stuff.
Obviously I am on a Mac with CodeKit and sometimes if it's open when you pull, it recompiles LESS or what have you and things get confusing. So this closes it and then opens it back up at the end.
### Usage:
gititon "your descriptive commit message here"
### More info here:
http://fishshell.com/docs/2.0/commands.html#function