หน้าเว็บ

About me

Hi, I'm cheer. My interest relates to artificial intelligence, machine learning, computer vision, network communication, security algorithm.

วันอาทิตย์ที่ 19 ธันวาคม พ.ศ. 2553

Git on Window

There are 2 ways to go GIT on Windows:

  1. MsysGit
  2. CygWin - its already well-known to who is familiar with linux

Here, this article will introduce MsysGit. As we all know that GIT is protocol for source code management repository, which is very popular to opensource developer. Therefore, you windows should pack stuffs on your back and get ready to jump on GIT trend.

  1. download msysgit from [http://code.google.com/p/msysgit/downloads/detail?name=msysGit-fullinstall-1.7.3.1-preview20101002.exe&can=2&q= ]
  2. install it
  3. open "cmd" and go to msysgit directory
  4. run "git-cmd.bat"
  5. enjoy !!

Informaiton