RSSAmplifier

bidon.ca · May 30, 2021

Git

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Configuration git config --global user.name "John Doe" git config --global user.email "johndoe@bidon.ca" git config --list Remotes Remotes are other git repositories. Typically, we have our main remote git server, and sometimes we also track an upstream git repository.
List remotes:
git remote -v Add a remote:
git remote add origin git@lab.example.org:extensions/test.git Remove a…

Read on bidon.ca

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.