
Varma and his writers started scanning the papers for material. Every day, journalists were writing about the underworld. (Anurag) Kashyap’s version of events was similar-he remembered Varma saying ‘We need to make a different film’, and junking whatever they’d written. What led to the murder, what kind of people were involved, why someone would become a shooter, why a contract to kill someone is given-every new bit of information now had a purpose. The bulk of the film formed in my mind in this interim period.’ They began meeting people who had details of, or could offer insight into, Kumar’s killing. ‘After the death, we stopped shooting for a very long time. He told me he threw out most of the existing script and started afresh. The above command will set the local branch to track the remote branch from origin.Whatever the circumstances of his finding out, the bloody end of Gulshan Kumar sparked something in Varma. It is not necessary to explicitly tell Git to track(using -track) the branch with remote. Finally, checkout the branch with this command » git checkout -b Feature3 origin/Feature3īranch Feature3 set up to track remote branch Feature3 from origin. which you may want to checkout in your local repo) that exist in the remote but not in your local.įrom :ProjectGroupName/ProjectNameĪs you can see the new branch has been fetched from remote.ģ. After verifying the details like (fetch URL, etc), run this command to fetch any new branch(i.e.Master pushes to master (local out of date)

Local branches configured for 'git pull':ĭevelopment merges with remote developmentĭevelopment pushes to development (up to date) Refs/remotes/origin/Feature1 stale (use 'git remote prune' to remove)

Run the following command to list the branches known for your local repository.You could follow these steps when you stumble upon this issue:
