LoginSignup
1
0

More than 5 years have passed since last update.

git基本#1

Last updated at Posted at 2012-12-26

Working Directory - Stage(Index) - History(Object Store)

gitオブジェクト種類

  • Blobs
  • Trees
  • Commits
  • Tags

ファイル種類(File Classifications)

  • Tracked
  • Ignored
  • Untracked

git rmコマンド

  • $git rm uselessfile //indexから削除
  • $git rm --cached uselessfile //indexとworking directory両方から削除
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0