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

Create Figma.gs #455

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Create Figma.gs #455

wants to merge 2 commits into from

Conversation

choraria
Copy link
Contributor

@choraria choraria commented Jul 31, 2023

Adding Figma to the list of samples.

@choraria
Copy link
Contributor Author

choraria commented Sep 7, 2023

@davidharcombe @sqrrrl — a tad stuck with going about resolving these errors 😅 mind pointing me to the right direction, please?

Adding Reddit to the list of samples.
@erickoledadevrel
Copy link
Contributor

@choraria - It looks like indentation errors mostly. You can see the specific errors here: https://github.com/googleworkspace/apps-script-oauth2/pull/455/files

It also looks like a Reddit.gs file slipped into this PR, which I assume is a mistake?

@choraria
Copy link
Contributor Author

choraria commented Sep 7, 2023

Thanks for reviewing @erickoledadevrel — aaah! I added the Reddit.gs one today in my repo but looks like it got attached to this PR instead 😵‍💫

Terribly silly thing (I suspect) but how do I unbundle Reddit from this PR?
I don't use GitHub in my professional life (& very little otherwise) so have little-to-no clue on how to go about sorting this mess out 😅

@erickoledadevrel
Copy link
Contributor

little-to-no clue on how to go about sorting this mess out

That's me most of the time too! Undoing stuff in Git can be risky, so I'd copy the files to another directory as a backup to be safe. I think you could undo adding it to this PR by:

  1. git reset HEAD~1 - Roll back the metadata to right before the last git commit.
  2. git push --force - Push this rolled-back state up to GitHub, forcing it since it is a deviation from what's already on GitHub.

This should remove Reddit.gs from this PR, but it should still be sitting there in your local filesystem.

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

Successfully merging this pull request may close these issues.

3 participants