-
This may be a bit of an ignorant question, but I'm a tadpole in GitHub and hope someone can set me right. The way I do changes to my manifest is to fetch / update a copy of a fork of the main repository on my GitHub account. Then I sync/update a copy of my fork that is on my local PC. I then make changes to my manifest, commit and push them back up to my fork, and do a pull-request to the main repository. The question is, will there be a problem if there are changes to "other" manifests or code in general in the main repository while I'm in the middle of this process? Will it create a "conflict" in the pull-request that I, or someone else, will have to manage? Given the number of commits to the main repository that happen pretty often, I don't want to lose a "race" to get my changes in under the wire. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If I'm understanding you properly (I might not). You are asking if you are planning on adding for example
If this is the case, it will not cause any issues/conflicts as long as that specific version hasn't been modified. |
Beta Was this translation helpful? Give feedback.
If I'm understanding you properly (I might not). You are asking if you are planning on adding for example
Rainmeter Beta version 4.4.0.3508
. And the following happens:Rainmeter Beta version 4.4.0.3508
(therefore not having the most recent changes)Rainmeter Beta version 4.4.0.3508
If this is the case, it will not cause any issues/conflicts as long as that specific version hasn't been modified.