Skip to content

Instantly share code, notes, and snippets.

@ahmadshobirin
Last active November 17, 2025 16:10
Show Gist options
  • Select an option

  • Save ahmadshobirin/fcba5a222836482b7101ef24fb2f7bc6 to your computer and use it in GitHub Desktop.

Select an option

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