Skip to content

Instantly share code, notes, and snippets.

@Jaid
Last active September 1, 2019 04:13
Show Gist options
  • Select an option

  • Save Jaid/4b55a2519b52d0cfbad9bc6f4856cf3a to your computer and use it in GitHub Desktop.

Select an option

Save Jaid/4b55a2519b52d0cfbad9bc6f4856cf3a to your computer and use it in GitHub Desktop.
echo -e "\n$(date-now);" | tee --append src/index.js && git add . && git commit -am "feat: Changed source code" && bump minor && git add . && git commit -am "manage: Bumped version" && git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment