GIT Concept - logaegae/project_study GitHub Wiki

Repository Programs

  • SVN
  • Git Personal repository
  • Github Remote repository
  • Gitlab
    etc.

Saving step

Com     ->     stage         ->         commit            cf.no stage in SVN
       add                 commit
   (red color)         (green color) *bash color

Security

http://gitignore.io

If a file which has a list you want to exclude name is ".gitignore" and place in ".git" directory, automatically except adding and committing

ex)user*.html *.ini

GUI