Last active
July 15, 2019 16:33
-
-
Save Sekiphp/26e71b212f2e7dd05c4692e381bd8797 to your computer and use it in GitHub Desktop.
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
User@DESKTOP-QSKO7HF MINGW64 /c/useful-scripts (master) | |
$ echo "alias gch=/c/useful-scripts/git/commit_helper.sh" >> ~/.bashrc | |
$ echo "alias gbu=/c/useful-scripts/git/branch_update.sh" >> ~/.bashrc | |
$ echo "alias gbc=/c/useful-scripts/git/branch_create.sh" >> ~/.bashrc | |
$ echo "alias gcb=/c/useful-scripts/git/branch_create.sh" >> ~/.bashrc | |
User@DESKTOP-QSKO7HF MINGW64 /c/useful-scripts (master) | |
$ cat ~/.bashrc | |
alias gch=/c/useful-scripts/git/commit_helper.sh | |
alias gbu=/c/useful-scripts/git/branch_update.sh | |
alias gbc=/c/useful-scripts/git/branch_create.sh | |
alias gcb=/c/useful-scripts/git/branch_create.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment