1
I have a question about git. Namely when we failed to authenticate, the commands and actions I took were:
- Change in
ficheiro.c
- commando
git add .
- commando
git commit -am 'lol' && git push origin master
- request for authentication
- failed authentication
- Repeat command of step 3, where the output is:
On branch master
Nothing to commit, Working directory clean
However the push did not work, the changes (point 1) are not in the reset
It has to be just
git push origin master
now. Commit already done, push failed.– Jéf Bueno
@LINQ yes, I think it works. You can answer below
– Hula Hula
ready.
– Jéf Bueno