Git workflow with cloning and rsync
up vote
0
down vote
favorite
I'm trying to setup this project on local. I git cloned repository and after that I did rsync from server. And now my local changes has couple of thousands of changed files. There are files with permissions changed - obviously, new files, and changes in files from a client. But this is only to setup project on local and I want git to don't track those changes from rsync. I'm only working on files from repository. I don't know how to handle that situation :/
git
add a comment |
up vote
0
down vote
favorite
I'm trying to setup this project on local. I git cloned repository and after that I did rsync from server. And now my local changes has couple of thousands of changed files. There are files with permissions changed - obviously, new files, and changes in files from a client. But this is only to setup project on local and I want git to don't track those changes from rsync. I'm only working on files from repository. I don't know how to handle that situation :/
git
make use of a git ignore file?
– Mike_Jr
2 days ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to setup this project on local. I git cloned repository and after that I did rsync from server. And now my local changes has couple of thousands of changed files. There are files with permissions changed - obviously, new files, and changes in files from a client. But this is only to setup project on local and I want git to don't track those changes from rsync. I'm only working on files from repository. I don't know how to handle that situation :/
git
I'm trying to setup this project on local. I git cloned repository and after that I did rsync from server. And now my local changes has couple of thousands of changed files. There are files with permissions changed - obviously, new files, and changes in files from a client. But this is only to setup project on local and I want git to don't track those changes from rsync. I'm only working on files from repository. I don't know how to handle that situation :/
git
git
asked 2 days ago
platkos
112
112
make use of a git ignore file?
– Mike_Jr
2 days ago
add a comment |
make use of a git ignore file?
– Mike_Jr
2 days ago
make use of a git ignore file?
– Mike_Jr
2 days ago
make use of a git ignore file?
– Mike_Jr
2 days ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53225205%2fgit-workflow-with-cloning-and-rsync%23new-answer', 'question_page');
);
Post as a guest
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
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
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
make use of a git ignore file?
– Mike_Jr
2 days ago