How To
Import your current project files to git with git bash
Follow following steps to import you current files to git and start version controlling : Signup and create a repository. Install git for windows from git-for-windows.github.io Open git bash and make configuration changes by typing below commands: git config –global user.name "your username" git config –global user.email "Your Email" Now type Read more…