Skip to content

Instantly share code, notes, and snippets.

@Sekiphp
Last active July 15, 2019 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Sekiphp/26e71b212f2e7dd05c4692e381bd8797 to your computer and use it in GitHub Desktop.
Save Sekiphp/26e71b212f2e7dd05c4692e381bd8797 to your computer and use it in GitHub Desktop.
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