If I have two different files in local git repository, and i Want to push a single file to cloud repository., How do I do it.?
Asked
Active
Viewed 460 times
-1
-
1There seems to be a fundamental misunderstanding here. You don't push files, you push commits. Just commit what you want to push and then push it. – musiKk Feb 04 '15 at 08:09
-
I think what you're trying to do is ignore changes to a particular file. If so, then the answer is **.gitignore**. – Bogdan Păun Feb 04 '15 at 16:05