Skip to content

Instantly share code, notes, and snippets.

@CodeLikeAGirl29
Created October 7, 2024 03:11
Show Gist options
  • Save CodeLikeAGirl29/b45b798d60c0b5675d174953470589c3 to your computer and use it in GitHub Desktop.
Save CodeLikeAGirl29/b45b798d60c0b5675d174953470589c3 to your computer and use it in GitHub Desktop.
this will be my git alias
git config --global alias.cm 'commit -m'
git config --global alias.develop 'git push origin'
git config --global help.autocorrect 20
git config --global alias.ls 'log --oneline'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment