forked from firebase/flutterfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: Rishab Nayak <[email protected]>
- Loading branch information
1 parent
6f5055a
commit 31fdee4
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ _See also: [Flutter's code of conduct](https://flutter.io/design-principles/#cod | |
* If you haven't configured your machine with an SSH key that's known to github, then | ||
follow [GitHub's directions](https://help.github.com/articles/generating-ssh-keys/) | ||
to generate an SSH key. | ||
* `git clone [email protected]:<your_name_here>/plugins.git` | ||
* `git clone [email protected]:<your_name_here>/flutterfire.git` | ||
* `cd plugins` | ||
* `git remote add upstream [email protected]:FirebaseExtended/flutterfire.git` (So that you | ||
fetch from the master repository, not your clone, when running `git fetch` | ||
|