You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Create Branch
Now, create a branch containing your newly added features with the following terminal command: git checkout -b feature/fooBar
3. Commit Changes
Once you're done coding up the changes, commit them to the new branch you made.
git commit -am 'Add some fooBar'
4. Push
Then, to get the changes into GitHub, you can push them as follows: git push origin feature/fooBar
5. Pull Request
Finally, create a new pull request to get my attention. It may take a few days for me to look at it, but make sure you format your comment like this:
Title:
Date: <today's date>
Description:
@sahabe1 And; I'll add the enhancement tag to it so that we know that it's a feature that needs to be added. Thanks again!
i want to calculate distance When user tap start point and move camera around .
The text was updated successfully, but these errors were encountered: