git remote
https://git-scm.com/docs/git-remote
git remote add [-t <branch>] [-m <master>] [-f] [--[no-]tags] [--mirror=(fetch|push)] <name> <url>
git remote add origin git@gitserver:/srv/git/project.git
Examples
git remote (no output)
git remote origin
git remote -v origin [email protected]:your-project/your-repo.git (fetch) origin [email protected]:your-project/your-repo.git (push)
Related commands
See also
git remote
,git remote add
,git remote -v
,git remote show origin
git
: [config | init | status ]
,git add
,git rm
,git commit
,git push, git pull
,.gitconfig
,.gitignore
,git
(clone
,fetch
,pull
),git tag
,git log
,git blame
, Merge Request, LFS,git branch
,git apply
,git rebase
,git diff
,git diff-tree
,git config --global
,remote | submodule | request-pull
,GIT_TRACE, GIT_CURL_VERBOSE
,clean
,main
,git show-ref
,git reset
,git prune
,git ls-remote origin
,git checkout
,git switch
,pathspec
,git credential-osxkeychain
,git version
,pre-commit
,git --help
, GitBook,refs/
Advertising: