SEARCH
TOOLBOX
LANGUAGES
Git

Git

From Chaehyun

(Difference between revisions)
Jump to: navigation, search
Xlos (Talk | contribs)
(Created page with "* vi ~/.gitignore <pre> .svn bin dist </pre> * git config --global core.excludesfile ~/.gitignore")
Newer edit →

Revision as of 01:45, 28 November 2011

  • vi ~/.gitignore
.svn
bin
dist
  • git config --global core.excludesfile ~/.gitignore
Retrieved from "http://chaehyun.kr/w/Git"