Posts by André Oliveira • 43 points
2 posts
-
1
votes0
answers313
viewsQ: How to reverse a git reset hard
I have a folder on my machine, which when I update I commit to Github. It turns out I made some good changes, and went to commit. I did: git add -A git commit -m "..." git push -u origin master Only…
-
3
votes2
answers3755
viewsQ: Open new tab using Selenium and python
I’ve tried everything. Here’s the thing. I open a page using selenium and the python language, then I try to open a new tab, and then go to that new tab, then close this tab. That’s it. But in…
pythonasked André Oliveira 43