Created
October 7, 2024 03:11
-
-
Save CodeLikeAGirl29/b45b798d60c0b5675d174953470589c3 to your computer and use it in GitHub Desktop.
this will be my git alias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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