How can I add file two different file into two different repository?
up vote
0
down vote
favorite
for ex: I have two file a.py and b.py, then I want add a.py in xyz and b.py in abc repository
git github gitlab
add a comment |
up vote
0
down vote
favorite
for ex: I have two file a.py and b.py, then I want add a.py in xyz and b.py in abc repository
git github gitlab
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
for ex: I have two file a.py and b.py, then I want add a.py in xyz and b.py in abc repository
git github gitlab
for ex: I have two file a.py and b.py, then I want add a.py in xyz and b.py in abc repository
git github gitlab
git github gitlab
asked Nov 7 at 15:45
code_conundrum
134
134
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
but using a single project, I would assume? You add two remote to your project, create two branches, one for each remote... checkout one of those branches, add a.py, commit, push to its remote. Checkout the other branch, add b.py, commit, push to the other remote.
I don't see any error message on the question. Can you add the output of the command you tried and the output?
– eftshift0
Nov 7 at 16:41
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
but using a single project, I would assume? You add two remote to your project, create two branches, one for each remote... checkout one of those branches, add a.py, commit, push to its remote. Checkout the other branch, add b.py, commit, push to the other remote.
I don't see any error message on the question. Can you add the output of the command you tried and the output?
– eftshift0
Nov 7 at 16:41
add a comment |
up vote
0
down vote
but using a single project, I would assume? You add two remote to your project, create two branches, one for each remote... checkout one of those branches, add a.py, commit, push to its remote. Checkout the other branch, add b.py, commit, push to the other remote.
I don't see any error message on the question. Can you add the output of the command you tried and the output?
– eftshift0
Nov 7 at 16:41
add a comment |
up vote
0
down vote
up vote
0
down vote
but using a single project, I would assume? You add two remote to your project, create two branches, one for each remote... checkout one of those branches, add a.py, commit, push to its remote. Checkout the other branch, add b.py, commit, push to the other remote.
but using a single project, I would assume? You add two remote to your project, create two branches, one for each remote... checkout one of those branches, add a.py, commit, push to its remote. Checkout the other branch, add b.py, commit, push to the other remote.
answered Nov 7 at 16:06
eftshift0
4,239817
4,239817
I don't see any error message on the question. Can you add the output of the command you tried and the output?
– eftshift0
Nov 7 at 16:41
add a comment |
I don't see any error message on the question. Can you add the output of the command you tried and the output?
– eftshift0
Nov 7 at 16:41
I don't see any error message on the question. Can you add the output of the command you tried and the output?
– eftshift0
Nov 7 at 16:41
I don't see any error message on the question. Can you add the output of the command you tried and the output?
– eftshift0
Nov 7 at 16:41
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53192886%2fhow-can-i-add-file-two-different-file-into-two-different-repository%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown