Commit f9ee365242924e019fdca755d39b1c198b4f7f5b

Add aliases for gt-do script
Author: xaizek
Author date (UTC): 2021-04-11 22:54
Committer name: xaizek
Committer date (UTC): 2021-04-11 22:54
Parent(s): 556b2fd3e81d8e0f4dc1f46488d999a49456d7a3
Signing key: 99DC5E4DB05F6BE2
Tree: 49f440ae28056b639ba0e451a865a2b12ef2af1a
File Lines added Lines deleted
bashrc 4 0
File bashrc changed (mode: 100644) (index 00a99a8..ccb394b)
... ... alias ghi='git hist'
215 215 # spawn detached gitk process showing all refs # spawn detached gitk process showing all refs
216 216 alias gk='gitk --all&' alias gk='gitk --all&'
217 217
218 # execute a repository-specific script
219 alias x='gt-do'
220 alias xe='gt-do -e'
221
218 222 # git message color # git message color
219 223 gmc=36 gmc=36
220 224
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotfiles

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotfiles

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master