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

unintended *.kicad_pro push #351

Closed
rusefillc opened this issue Dec 11, 2023 · 4 comments
Closed

unintended *.kicad_pro push #351

rusefillc opened this issue Dec 11, 2023 · 4 comments

Comments

@rusefillc
Copy link
Collaborator

rusefi/alphax-4chan@8476166 should not have touched alphax_4ch.kicad_pro

We seem to have provisions to reset 4f72158

git reset HEAD *.kicad_pro
rusefillc pushed a commit that referenced this issue Dec 11, 2023
rusefillc pushed a commit to rusefi/alphax-4chan that referenced this issue Dec 11, 2023
@rusefillc
Copy link
Collaborator Author

do they not support wildcard?! or was it only older versions? https://stackoverflow.com/questions/4228100/git-i-want-to-unstage-all-files-matching-a-certain-pattern

@rusefillc
Copy link
Collaborator Author

@chuckwagoncomputing wow

rusefi@DESKTOP-57S88S8:~/rusefi$ git status
On branch master
Your branch is up to date with 'origin/master'.

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   README.md
no changes added to commit (use "git add" and/or "git commit -a")
rusefi@DESKTOP-57S88S8:~/rusefi$ git reset HEAD *.md
Unstaged changes after reset:
M       README.md
rusefi@DESKTOP-57S88S8:~/rusefi$ git reset HEAD *.md
Unstaged changes after reset:
M       README.md

@rusefillc
Copy link
Collaborator Author

@chuckwagoncomputing wow

rusefi@DESKTOP-57S88S8:~/rusefi$ git restore *md
rusefi@DESKTOP-57S88S8:~/rusefi$ git status
On branch master
Your branch is up to date with 'origin/master'.

rusefillc pushed a commit to rusefi/alphax-4chan that referenced this issue Dec 11, 2023
manual rollback again
rusefillc pushed a commit to rusefi/alphax-4chan that referenced this issue Dec 11, 2023
manual rollback no 3
@rusefillc
Copy link
Collaborator Author

revert instead of reset has fixed the issue

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