0bb3a56f24
changed commit.sh for git usage Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export EDITOR="emacs"
|
|
git commit -a -e "$@"
|