Skip to content

Instantly share code, notes, and snippets.

@marc0der
Created May 11, 2011 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marc0der/967415 to your computer and use it in GitHub Desktop.
Save marc0der/967415 to your computer and use it in GitHub Desktop.
Git script that updates changelog message and commits to git at once.
#!/bin/bash
echo "Appending message to changelog: $1"
debchange "$1"
git add debian/changelog
echo "Commit changes to Git: $i"
git commit -m "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment