Says it commits, but in GitHub it doesn't show up

前端 未结 3 814
忘了有多久
忘了有多久 2021-02-19 20:02

I just installed rails on an Ubuntu machine. I set up git and made an ssh key to link to my account. I made a repository to commit to, and made a sample project to test with cal

3条回答
  •  温柔的废话
    2021-02-19 20:34

    With Git, you have to commit then push your changes. A commit is a local operation, while pushing actually sends your file to the remote repository.

提交回复
热议问题