Skip to content

Instantly share code, notes, and snippets.

@Jaid
Last active September 1, 2019 04:13
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 Jaid/4b55a2519b52d0cfbad9bc6f4856cf3a to your computer and use it in GitHub Desktop.
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