Skip to content

Instantly share code, notes, and snippets.

@appwebd
Created February 5, 2021 14:25
Show Gist options
  • Save appwebd/bd48c039293eb851e6418a403a0f860e to your computer and use it in GitHub Desktop.
Save appwebd/bd48c039293eb851e6418a403a0f860e to your computer and use it in GitHub Desktop.
[git get CHANGELOG] Get the CHANGELOG file from git #bash #gitlab #github #git
#!/bin/bash
# author : Patricio Rojas Ortiz
# Purpose: Get the CHANGELOG file from gi
# Usage : In the DCL git-changelog-get.sh
git log --oneline --format="%h %cd %s" > CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment