I can't pull/fetch from origin, but can push my story branch

2015-11-20 Thread Arup Rakshit
(master)]$ Any idea what configuration got change over night ? I have no idea how to fix it? Please help me. Regards, Arup Rakshit -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.

Re: fatal: Unable to mark file .ruby-version

2015-03-15 Thread Arup Rakshit
On Sunday, March 15, 2015 01:30:04 PM you wrote: Hi, On 03/15, Arup Rakshit wrote: Hi, I am trying to ignore 2 files, but getting error - [arup@sztukajedzenia (SJ002)]$ git status # On branch SJ002 # Untracked files: # (use git add file... to include in what

fatal: Unable to mark file .ruby-version

2015-03-15 Thread Arup Rakshit
it is throwing error ? And how to achieve this without taking the help of the file `.gitignore` ? -- Regards, Arup Rakshit Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you

Re: fatal: Unable to mark file .ruby-version

2015-03-15 Thread Arup Rakshit
On Sunday, 15 March 2015 11:15 PM, Kevin D m...@ikke.info wrote: On Sun, Mar 15, 2015 at 05:58:19PM +0100, t.gumme...@gmail.com wrote: On 03/15, Arup Rakshit wrote: On Sunday, March 15, 2015 01:30:04 PM you wrote: With --assume-unchanged you're promising git that you will not change

Re: git pull not ignoring the file which has been sent to the temporary ignore list

2015-01-23 Thread Arup Rakshit
On Friday, January 23, 2015 11:31:40 AM you wrote: Arup Rakshit arupraks...@rocketmail.com writes: I asked git not to track any changes to the file .gitignore. To do so I did use the command - git update-index --assume-unchanged .gitignore. You are not asking Git to do anything. You

git pull not ignoring the file which has been sent to the temporary ignore list

2015-01-23 Thread Arup Rakshit
not to consider the change the file, and skip it or something else ? -- Regards, Arup Rakshit Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug

Re: git pull not ignoring the file which has been sent to the temporary ignore list

2015-01-23 Thread Arup Rakshit
). The gitignore(5) documentation used to have a similar incorrect piece of advice but we finally corrected it recently. Cf. http://thread.gmane.org/gmane.comp.version-control.git/260954/focus=261118 -- Regards, Arup Rakshit Debugging is twice as hard as writing

Upgrade Git in openSUSE13.1

2014-12-24 Thread Arup Rakshit
to upgrade then ? -- Regards, Arup Rakshit Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. --Brian Kernighan -- To unsubscribe from

confusion with some `git reset` commands

2014-12-16 Thread Arup Rakshit
select hunks interactively But I am looking for any differences - a) git reset --soft and git reset --keep b) git reset --hard and git reset --merge -- Regards, Arup Rakshit Debugging is twice as hard as writing the code in the first place. Therefore, if you

Not able to create feature branch Git

2014-08-12 Thread Arup Rakshit
and the repository exists. arup@linux-wzza:~/Ruby/yzz Can anyone tell me what is the problem ? -- Regards, Arup Rakshit Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you

How to restore changes to the remote master branch to its previous stage ?

2014-06-07 Thread Arup Rakshit
to the remote repo's *master* branch, how to restore it to its previous stage using *git* ? - Regards, Arup Rakshit Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition

Can we stage all files using git add command, except some specific files ?

2014-05-26 Thread Arup Rakshit
I want to _stage_ say, 20 files, not the rest 10. During _staging_ can I tell *git add* the same. I used *git add -h*, which didn't show me any such hints about my need. -- === Regards, Arup Rakshit -- To unsubscribe from this list: send the line unsubscribe git in the body

Re: Can we stage all files using git add command, except some specific files ?

2014-05-26 Thread Arup Rakshit
On Monday, May 26, 2014 10:23:22 PM you wrote: On di, 2014-05-27 at 00:33 +0630, Arup Rakshit wrote: Now, you can see, I have staged all the files first using *git add -A*, then _unstaging_ those I don't want to _stage_ right now. Now can this be done, in the *staging* time ? I mean any way

Re: Can we stage all files using git add command, except some specific files ?

2014-05-26 Thread Arup Rakshit
reply. -- === Regards, Arup Rakshit -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

untracked file deleted from the master branch, when checked out to it from a local branch

2014-05-20 Thread Arup Rakshit
shreyas$ -- === Regards, Arup Rakshit -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: untracked file deleted from the master branch, when checked out to it from a local branch

2014-05-20 Thread Arup Rakshit
On Tuesday, May 20, 2014 11:56:57 AM you wrote: On 5/20/2014 10:38 AM, Arup Rakshit wrote: I was following some tutorial (http://gitref.org/branching/#merge) - and doing it in my console : Because you never committed the original file to the master branch before you created and switched

Re: untracked file deleted from the master branch, when checked out to it from a local branch

2014-05-20 Thread Arup Rakshit
didn't get it. If an untracked file didn't come in the new branch, how would I able to add it to stage ? I am not getting this part. You are right, but I am not able to understand this one, my bad! :( -- === Regards, Arup Rakshit -- To unsubscribe from this list: send the line

Re: untracked file deleted from the master branch, when checked out to it from a local branch

2014-05-20 Thread Arup Rakshit
On Tuesday, May 20, 2014 11:24:11 AM you wrote: Arup Rakshit arupraks...@rocketmail.com writes: Untracked files and modifications to files in your working directory do not belong to your current branch. This is to allow you, after starting to work on one branch then realizing

Any difference to unstage files using git checkout and git rm

2014-05-19 Thread Arup Rakshit
Hi, Is there any difference between the below 2 commands ? I didn't see anything. git rm --cached -- file1 .. fileN git checkout -- file1 .. fileN -- === Regards, Arup Rakshit -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord

Re: Any difference to unstage files using git checkout and git rm

2014-05-19 Thread Arup Rakshit
list. I actually wanted to ask the below git rm -- cached -- file1 .. fileN git reset HEAD file1 .. fileN -- === Regards, Arup Rakshit -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo info

Re: Any difference to unstage files using git checkout and git rm

2014-05-19 Thread Arup Rakshit
On Monday, May 19, 2014 12:01:07 PM you wrote: On Mon, May 19, 2014 at 09:12:47PM +0630, Arup Rakshit wrote: Is there any difference between the below 2 commands ? I didn't see anything. Does that help? For me who is in Git just 6-7 days, It is huge. On your way, I was walking

commit all the untracked files prior adding them to stage using git add

2014-05-17 Thread Arup Rakshit
. Then using `git commit -h` told me, *-a* will work, for *tracked files*. Is there any way to add untracked files in stage, and commit in a single line ? -- === Regards, Arup Rakshit -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord