[git-users] Preserving changes locally, and never commit them to anywhere

2014-02-19 Thread Oleg Kosmakov
Hi everyone. My Git experience is somehow basic, so I don't even know which function name I am looking for. My question is as follows: I am working on one public project on GitHub. That project is being developed in Visual Studio *2012*. I am using Visual Studio *2013*. These 2 IDEs are mostly

Re: [git-users] Preserving changes locally, and never commit them to anywhere

2014-02-19 Thread Gunnar Strand
Hi Oleg, There are probably other better solutions, but one way would be to add a .gitignore file listing the particular file you do not want tracked, and add the .gitignore itself file too. http://git-scm.com/docs/gitignore BR Gunnar On 02/19/14 11:35, Oleg Kosmakov wrote: Hi everyone.

Re: [git-users] Preserving changes locally, and never commit them to anywhere

2014-02-19 Thread Gunnar Strand
On 02/19/14 12:31, Gunnar Strand wrote: Hi Oleg, There are probably other better solutions, but one way would be to add a .gitignore file listing the particular file you do not want tracked, and add the .gitignore itself file too. http://git-scm.com/docs/gitignore BR Gunnar On 02/19/14

[git-users] Re: Preserving changes locally, and never commit them to anywhere

2014-02-19 Thread Thomas Ferris Nicolaisen
On Wednesday, February 19, 2014 11:35:21 AM UTC+1, Oleg Kosmakov wrote: Hi everyone. My Git experience is somehow basic, so I don't even know which function name I am looking for. My question is as follows: I am working on one public project on GitHub. That project is being developed in

Re: [git-users] Preserving changes locally, and never commit them to anywhere

2014-02-19 Thread Thomas Ferris Nicolaisen
On Wednesday, February 19, 2014 12:31:26 PM UTC+1, Gunnar Strand wrote: Hi Oleg, There are probably other better solutions, but one way would be to add a .gitignore file listing the particular file you do not want tracked, and add the .gitignore itself file too.

Re: [git-users] Preserving changes locally, and never commit them to anywhere

2014-02-19 Thread Gunnar Strand
On 02/19/14 12:56, Thomas Ferris Nicolaisen wrote: On Wednesday, February 19, 2014 12:31:26 PM UTC+1, Gunnar Strand wrote: Hi Oleg, There are probably other better solutions, but one way would be to add a .gitignore file listing the particular file you do not want tracked,

[git-users] How to commit chnages made on a read only repository code onto another repository I have write permission?

2014-02-19 Thread Tony M
Hi All, I need to get the code with Tag1 from repository say *g...@github.com:A/readOnly.git (Read Only access to this repo)*. I had to make some changes inorder to make it work. So I made a folder under my local project which is tracking another repository

[git-users] Re: How to commit chnages made on a read only repository code onto another repository I have write permission?

2014-02-19 Thread Tony M
The clone failure was something to do with the machine I have been using. I tried the git submodule add *g...@github.com:A/readOnly.git* from anather machine and it works! But as I suspected, I cant push files. How can I track the changes in my repositories? Thanks, Tony -- You received this

Re: [git-users] Re: How to commit chnages made on a read only repository code onto another repository I have write permission?

2014-02-19 Thread Nelson Efrain A. Cruz
Maybe you need to fork the read only repository, i mean clone te read only repo and make the changes you need in this repo, then you can use the forked repo as a submodule in your main repository. In this way you will be able to track your changes in the forked repo. Anyway I don't know if is

Re: [git-users] Gitsu: User management and pairing for Git

2014-02-19 Thread drrb
Thanks for the feedback Guys. The main use cases for Gitsu are for pairing, switching the user for different projects, and having multiple developers on the same machine. In the first and last case (multiple users on the same machine), Gitsu helps you switch the global user easily, and works with