Replies: 6 comments 3 replies
-
if you create a branch and modified files there, only modified files will be updated and the rest will be kept without changes |
Beta Was this translation helpful? Give feedback.
-
what are you trying to achieve ? copy changes from a GitHub repo to your local copy ? a branch in GitHub is what I'm referring too, they are both on GitHub, not a local copy |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
if, say, you have a repo that students have forked, when a certain file, say a Reminder file is updated, they can simply have a copy of that by clicking the Sync button but their local changes, their own versions will be kept intact, only the Reminder file that is updated, that's the power of version control |
Beta Was this translation helpful? Give feedback.
-
For details, see: Git Basics - Working with Remotes. That is part of the Git Book, I recommend both you and your students read at least chapters 2 and 3 to learn Git basics. 😉 |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
Hi,
I want to update the folder installed using git clone.
If there is file added to the github server, I want to keep the already installed files and update the latest files.
(The name of the file being added is different from the existing one.)
I studied a function called brunch, but it seems that the purpose of this is to update the data of the GitHub server.
If anyone knows, please reply. Thanks,
Beta Was this translation helpful? Give feedback.
All reactions