How to use terminal commands with Github?

后端 未结 3 1536
难免孤独
难免孤独 2021-01-29 19:28

I have forked a private repository (an iPhone project) as follows:

cd nameofdirectory
git init
git clone forkedURL

Now I want to push the chang

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-29 19:54

    To add all file at a time, use git add -A

    To check git whole status, use git log

提交回复
热议问题