$git add -A
Cannot add files with
-Solution: The command was already typed once, so it did not appear as a change point. There is no problem if you proceed as it is.
-Note: If you don't know whether each command is local or remote, you will lose track of what you are doing.
・ Event:
$ git push -u origin --all
The difference is displayed with and cannot be pushed.
·Solution:
$ git push -f origin --all
Forcibly push (remember)
Impressions -I thought I would proceed in a local development environment for studying, but the cloud environment is a god in that I can resume it as it is when I want to continue work at the company or another PC. ・ When studying at a company, I am confused about writing Qiita. I need to remember after I get home. However, priority is given to studying more than Qiita. -I learned how to insert code in Qiita. It should be a little easier to see. You need to study Markdown notation once.
Recommended Posts