問題
git init初始化倉庫
git commit -m "提交代碼"
當(dāng)我執(zhí)行完上一步操作的時(shí)候
出現(xiàn)以下問題

git push fatal.png

查看遠(yuǎn)程倉庫.png
這里我連續(xù)嘗試查看兩次,為空,
表示沒有連接遠(yuǎn)程倉庫
下面我打算添加遠(yuǎn)程倉庫

git remote remote 添加遠(yuǎn)程倉庫地址
git remote -v 查看遠(yuǎn)程倉庫.png

fetch/push.png
fetch是pull前一個(gè)操作

gitGUI幾個(gè)比較好的選擇.jpg
git help -a 可以查看命令
若想查看remote命令,則可以git help remote
拓展pull
graph去選擇merge一些分支
除了查看開源代碼,其他不建議Pull
建議先Fetch,再M(fèi)erge
Pull=Fetch+Merge