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
{{ message }}
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.
Describe the bug
When syncing a local repository with one on github, using the sync button, the command to merge upstream/master has a typo. The client currently adds the git merge upstrean/master command.
The client also does not actually run these commands, but also just prints them to the 'console'.
To reproduce
Steps to reproduce the behavior:
Open a local repository (Does not matter if you signed in as a user or not)
Press the "sync button" [see screenshot]
Provide the correct HTTP path which matches your local repository
See typo in the console, where the last command is git merge upstrean/master
Expected behavior / Acceptance criteria
The correct command (git merge upstream/master) should be added and all commands should be executed
Screenshots
"Sync" button for step 2
Desktop (please complete the following information):
OS: [Windows 10]
The text was updated successfully, but these errors were encountered:
Agreed that this doesn't work. But the issue appears to be larger than what you said in the description.
On pressing sync, the addCommand function is called to print these commands to the display, but this function does not actually run the command.
So while there is a typo, this isn't the issue because no git commands are actually called. This issue should be updated to include adding sync functionality. Probably would be a medium.
Describe the bug
When syncing a local repository with one on github, using the sync button, the command to merge upstream/master has a typo. The client currently adds the
git merge upstrean/master
command.The client also does not actually run these commands, but also just prints them to the 'console'.
To reproduce
Steps to reproduce the behavior:
git merge upstrean/master
Expected behavior / Acceptance criteria
The correct command (
git merge upstream/master
) should be added and all commands should be executedScreenshots
"Sync" button for step 2
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: