Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
1e127003
Unverified
Commit
1e127003
authored
Feb 05, 2019
by
Jonah Williams
Committed by
GitHub
Feb 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update flutter and flutter.bat command to suggest stable branch (#27556)
parent
36c5e321
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
flutter
bin/flutter
+1
-1
flutter.bat
bin/flutter.bat
+1
-1
No files found.
bin/flutter
View file @
1e127003
...
...
@@ -162,7 +162,7 @@ if [[ ! -e "$FLUTTER_ROOT/.git" ]]; then
echo
"Error: The Flutter directory is not a clone of the GitHub project."
echo
" The flutter tool requires Git in order to operate properly;"
echo
" to set up Flutter, run the following command:"
echo
" git clone -b
beta
https://github.com/flutter/flutter.git"
echo
" git clone -b
stable
https://github.com/flutter/flutter.git"
exit
1
fi
...
...
bin/flutter.bat
View file @
1e127003
...
...
@@ -40,7 +40,7 @@ IF NOT EXIST "%flutter_root%\.git" (
ECHO Error: The Flutter directory is not a clone of the GitHub project.
ECHO The flutter tool requires Git in order to operate properly;
ECHO to set up Flutter, run the following command:
ECHO git clone -b
beta
https://github.com/flutter/flutter.git
ECHO git clone -b
stable
https://github.com/flutter/flutter.git
EXIT /B 1
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment