Thursday, July 2, 2015

GitHub


Now that I am preparing to develop the v0.4 I believe I should be using a version control software. After reading about the subject a little, and taking in account that many open source projects use GitHub I decided for it. Next steps were:

1. create account on GitHub
2. install GitHub for Windows
3. make Git work behind firewall at work. In the .gitconfig file, which on computer should be found  at %USERPROFILE% (Windows 7)I added this line:
        [http]
              proxy = http://<your-proxy>:<port>

Here details on how to find your proxy settings:  http://superuser.com/questions/346372/how-do-i-know-what-proxy-server-im-using

You can find my project on GitHub at this link:  https://github.com/cristianpana86/myFrontController

No comments:

Post a Comment