misc. edits authored by Opt Out's avatar Opt Out
......@@ -58,10 +58,10 @@ if [ -r ~/.bash_profile ]; then echo 'export GPG_TTY=$(tty)' >> ~/.bash_profile;
## Frequently Used Git commands
### Pull Repository down locally
`git clone git@git.arrr.cloud:WhichDoc/plagueOS.git`
`git clone git@0xacab.org:WhichDoc/plagueOS.git`
### Update branch w/ remote dev
`git remote add upstream https://git.arrr.cloud/whichdoc/plagueos`
`git remote add upstream https://0xacab.org/optout/plagueos`
`git fetch upstream`
......
......