Я все еще новичок в Github, и когда я пытаюсь тянуть и толкать, я всегда получаю эту ошибку,
> git pull --tags
> git show :_gitdar/app/core/Route.php
> git show :_gitdar/index.php
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote> <branch>
If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream-to=origin/<branch> master
> git show :_gitdar/app/core/Route.php
> git show :_gitdar/index.php
> git fetch
> git status -z -u
> git symbolic-ref --short HEAD
> git rev-parse master
fatal: ambiguous argument 'master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
> git for-each-ref --format %(refname) %(objectname) --sort -committerdate
> git remote --verbose
> git show :_gitdar/app/core/Route.php
> git show :_gitdar/index.php
> git status -z -u
> git symbolic-ref --short HEAD
> git rev-parse master
, где я должен это исправить?Visual Studio Code всегда дает мне этот вывод каждый раз, когда я нажимаю и нажимаю на git.