Skip to content
New issue

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

Git error: Your branch is ahead of 'origin/master' by 1 commit #1

Open
ariadneletrou opened this issue Sep 18, 2023 · 0 comments
Open

Comments

@ariadneletrou
Copy link

If you are experience the above error, you can navigate to the "Git" page on R Studio, click on "More", and start a "New Terminal" session. The following commands should resolve the error:

git status
git reset --hard origin/main
git pull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant