Commit 818cf93e671b0b83aa4963b6fe8c11690d22bf65

Add remotes bash alias
It's a shorthand for `git remotes` alias.
Author: xaizek
Author date (UTC): 2021-06-27 14:08
Committer name: xaizek
Committer date (UTC): 2021-06-27 14:08
Parent(s): 68088a46dbfc742afbe60c97741e18a20fbbc212
Signing key: 99DC5E4DB05F6BE2
Tree: c0d6640e71817eecbf643f2cc172f2c645124961
File Lines added Lines deleted
bashrc 3 0
File bashrc changed (mode: 100644) (index f834dfc..20f554e)
... ... alias ghi='git hist'
218 218 # spawn detached gitk process showing all refs # spawn detached gitk process showing all refs
219 219 alias gk='gitk --all&' alias gk='gitk --all&'
220 220
221 # spawn detached gitk process showing all refs
222 alias remotes='git remotes'
223
221 224 # execute a repository-specific script # execute a repository-specific script
222 225 alias x='gt-do' alias x='gt-do'
223 226 alias xe='gt-do -e' alias xe='gt-do -e'
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