dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit 6accd29e460772f819a43bfbc0e21eb6a7a322e2
parent 04470c52cda848742fa4052834e311b42c465ba4
Author: Bharatvaj <bharatvaj@yahoo.com>
Date:   Sun,  3 Jul 2022 07:35:46 +0530

Add 'rs' and 'rso' git aliases

Diffstat:
M.config/git/config | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.config/git/config b/.config/git/config @@ -15,8 +15,8 @@ lg = log --graph --oneline --decorate --all p = pull pu = push - rs = remote --set-url - rso = remote --set-url origin + rs = remote set-url + rso = remote set-url origin rv = remote --verbose sm = submodule st = status