Skip to content

Instantly share code, notes, and snippets.

@ahmadshobirin
Last active December 15, 2022 19:42
Show Gist options
  • Save ahmadshobirin/fcba5a222836482b7101ef24fb2f7bc6 to your computer and use it in GitHub Desktop.
Save ahmadshobirin/fcba5a222836482b7101ef24fb2f7bc6 to your computer and use it in GitHub Desktop.
One Command LINE Git add, commit, push

TYPE IN TERMINAL


git config --global alias.lazy '!f() { git add -A && git commit -m "$@" && git push; }; f'

REFRESH U TERMINAL

and use this command for add, and commit


GIT LAZY 'MESSAGE COMMIT IN HERE'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment