On Sunday 09 June 2013 09:20 PM, Tarashish Mishra wrote:
I would suggest we skip the vi part. At least let people edit their files in notepad or any GUI editor. That will save some time and there will be less stuff to learn for new-comers
In that case we will need to configure default editor for git. Otherwise it will open vi by default when doing commits. So, add "git config --global core.editor notepad" for windows users and "git config --global core.editor nano" for GNU/Linux users.
-- Kaustav Das Modak, Partner, CodeBinders Web Development Services LLP Web: www.codebinders.com Phone: +91.9874456551 _______________________________________________ WFS-India mailing list [email protected] Message archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: To unsubscribe, please login to your account at http://www.wfs-india.org/ and unsubscribe to the WFS-India list from your account settings. -- WFS-India - http://www.wfs-india.org

