Skip to content

Instantly share code, notes, and snippets.

View cabans's full-sized avatar
:octocat:

Abel Cabans cabans

:octocat:
View GitHub Profile
// Atom settings
@cabans
cabans / emojicommits.bash_profile
Last active October 29, 2019 08:27
Own modification of Emoji log for Git commits
#.# Better Git Logs.
### Using EMOJI-LOG (https://github.com/ahmadawais/Emoji-Log).
# Git Commit, Add all and Push — in one step.
function gcap() {
git commit -m "$*"
}
# NEW.
function gnew() {