git push --set-upstream / -u
Jump to navigation
Jump to search
↑ https://devconnected.com/how-to-push-git-branch-to-remote/
git push --set-upstream / -u
git push --set-upstream origin feature/newbranch git push --set-upstream origin master
git push --set-upstream origin master Enumerating objects: 3, done. Counting objects: 100% (3/3), done. Writing objects: 100% (3/3), 223 bytes | 44.00 KiB/s, done. Total 3 (delta 0), reused 0 (delta 0) To codecommit::us-east-1://your_repo * [new branch] master -> master Branch 'master' set up to track remote branch 'master' from 'origin'.
git push --set-upstream origin main error: src refspec main does not match any error: failed to push some refs to '[email protected]:xxxxx/yyyyy.git'
if your upstream branch is not already created, you will need to create it by running the “git push” command with the “-u” option for upstream. [1]
Errors
git push --set-upstream your-branch fatal: 'yourbranch' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
Related terms
git status
git remote add
git push
- Git: upstream
git push --dry-run
- git add .
Git: upstream
git remote show origin
See also
git push
[-v
|--set-upstream | -o | --set-upstream origin master
|-u origin main
|origin master
|-u origin master
|--delete master
|-u | origin HEAD | --dry-run
], Git: upstream,git push --force
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: