We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As written in README, new support branch (git clone -b branchname), I suppose we can specify branch when cloning.
new support branch (git clone -b branchname)
But,
❯ git clone https://github.com/nvim-neo-tree/neo-tree.nvim -b v3.x Cloning into 'neo-tree.nvim'... remote: Enumerating objects: 6564, done. remote: Counting objects: 100% (1782/1782), done. remote: Compressing objects: 100% (491/491), done. ... ❯ git clone https://gitclone.com/github.com/nvim-neo-tree/neo-tree.nvim -b v3.x Cloning into 'neo-tree.nvim'... fatal: Remote branch v3.x not found in upstream origin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As written in README,
new support branch (git clone -b branchname)
, I suppose we can specify branch when cloning.But,
The text was updated successfully, but these errors were encountered: