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
The Readme of this repo is not well explained. Could someone give practical git CLI commands examples on how to use it?
git clone (...) git checkout (...) et.al.
Thx
The text was updated successfully, but these errors were encountered:
git clone ... does not seem to work it does not allow user to switch branches, or am I missing something here?
Sorry, something went wrong.
git branch -a
List branches:
git ls-remote --heads https://github.com/iamshaunjp/flutter-beginners-tutorial.git
git clone -b lesson-15 https://github.com/iamshaunjp/flutter-beginners-tutorial.git
No branches or pull requests
The Readme of this repo is not well explained.
Could someone give practical git CLI commands examples on how to use it?
git clone (...)
git checkout (...)
et.al.
Thx
The text was updated successfully, but these errors were encountered: