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
No description provided.
The text was updated successfully, but these errors were encountered:
如何一次下载所有课程的代码
Sorry, something went wrong.
This will clone the repo and download all the remote branches
git clone https://github.com/iamshaunjp/vuejs-playlist.git cd vuejs-playlist git branch -r | grep -v '\->' | while read remote; do git branch --track "${remote#origin/}" "$remote"; done git fetch --all git pull --all git checkout lesson-1
The command line code above works in Linux. To run this code on Windows you could install WSL 2 and use a WSL Ubuntu terminal in VSCode
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: