python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Committed to GitHub and an RPC error came up
I made a new GitHub repository, and made a website and tried to commit the code to the repo - but then this error popped up after I did the following steps:
git init
git add .
git commit -m "Init...
Waffle Boots
Votes: 0
Answers: 1
failed to push some refs to 'https://github.com/<username>/my-history.git'
I can't update the source code in the repository on github.com using the following command.
$ git push -u origin master
The following error is displayed:
! \[rejected\] master -\> master (f...
user16785936
Votes: 0
Answers: 1
Will git revert on my last commit that failed to push show me my modified files back in source control explorer?
QUESTION - If I perform a git revert on the last commit '28ea268...', will it show me my modified files again in Source Control Explorer in VS Code?
FYI - My last commit ('28ea268...') failed to push ...
chuckd
Votes: 0
Answers: 1
How do I edit an external submodule, and push it to my own repo?
I am working on my thesis, where I extend another paper. This paper has made all their code public in repo X, also using a submodule themselves: let's call that one Y.
For my own project, I have made ...
EBDIJK
Votes: 0
Answers: 1