On Apr 7th 2010, I posted this mail: > I want to pull only code from a specific git branch. I am not > planning to resync or commit back to it and index files are too big. > So is it possible to quickly pull the code alone, with-out the > tracking details.
The closest solution from git FAQ: $ git clone --depth 1 your_repo_url Link: https://git.wiki.kernel.org/index.php/GitFaq#How_do_I_do_a_quick_clone_without_history_revisions.3F Bye :) -- Bharathi Subramanian _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
