過去5年間、私はSVNを使用しており、GITの初心者です。基本的な操作でのgitリポジトリの使用に関して混乱はほとんどなく、多くのチュートリアルやビデオを見ると私の答えが見つかりませんでした。ここから誰かが私の答えを見つけてくれることを願っています。質問。
GITGUIを使用して正常に実行した手順。
Step 1- I create two folders on the c: Project-clone-1 and project-clone-2
Step 2- Then i clone Project1(which is on github cloud public server) in 'Project-clone-1' then in 'project-clone-2'
What i want to achieve by creating two copies of same repository is to observe if i commit any change from 'Project-clone-1' and then would like to go to 'project-clone-2' to pull and see if changes comes there.
Step 3- i made some change in a file which is inside 'Project-clone-1' i commit and then pushed.
Please remember i have only master branch.
Step 4- Then i went to the 'project-clone-2' from git GUI i do remote -> Fetch from -> origion
Step 5- it shows Fetching new changes from origin master-> orgin-> master (done)
Step 6- when i opened file which i expect to have change in 'project-clone-2' i still see old file ???
アップデートを取得したときに、リモートの変更が表示されません。見逃したものはありますか?
よろしくお願いします。