了解克隆和推送Github的步骤

时间:2014-03-06 18:30:23

标签: git github github-for-windows

我在Windows上使用GitBash 1.9版,并想知道是否有人可以确认我要遵循的以下步骤是否正确?

1) $git clone https:...............

After making changes, that is replacing the old file with new file. I need to go to the correct directory using cd directoryname and then following the following steps: 

2) $git add .

3) $git commit -m "Added Updated File"

4) $git  pull

5) $git push -u origin master

请确认,因为我不想搞砸我的存储库,这是我第一次克隆并推送到GitHub

由于

1 个答案:

答案 0 :(得分:1)

不需要4号。提交后只需按下即可。其他人都可以。