Re: [ilugd] [LUG@IITD:16837] another question about GIT

2013-02-01 Thread Nalin Savara
Hi Shakti, Amar, All-on-List, On Wed, Jan 30, 2013 at 8:38 PM, Shakthi Kannan shakthim...@gmail.comwrote: snip Firstly, you need to stop thinking in terms of files and folders. Git doesn't track folders, but, content changes. Give us the big picture. What is your workflow like, and why do

Re: [ilugd] [LUG@IITD:16837] another question about GIT

2013-01-30 Thread Shakthi Kannan
Hi, --- On Wed, Jan 30, 2013 at 3:05 PM, Nalin Savara nsn...@gmail.com wrote: | Hence ; if my files were in: | /sdkpath/samples/helloWorld | | only the folder helloWorld I made into git repos-- and repeatedly | | Now; I want to make changes to the parent tree also-- and commit the entire | parent

Re: [ilugd] [LUG@IITD:16837] another question about GIT

2013-01-30 Thread Amar Akshat
Nalin, Somethings I wish to point out after extensive usage of GIT and I will change the terminology a bit, by referring to folders as directories. So for example if you have a folder $HOME/sample_repo, and you do, vim x (write Hello) vim y (write World) you do git add -A and then you do git