Created
November 1, 2019 06:20
-
-
Save kjkorea/e5c9f72c5a4f3521e4806052b209db82 to your computer and use it in GitHub Desktop.
my .bashrc at Git for Windows
This file contains hidden or 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
| export LC_ALL=en_US.UTF-8 | |
| export LANG=en_US.UTF-8 | |
| alias gs='git status' | |
| alias gc='git commit' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment