0
0

More than 1 year has passed since last update.

git initの取り消しをしたい

Posted at

git initを行ったディレクトリに移動後、下記コマンドを実行する。
(.gitフォルダが削除されます。)

rm -rf .git

ちなみに.gitフォルダの中身の詳細については下記記事が参考になります。
https://qiita.com/tatane616/items/dbad66179754be57d2e2

0
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
0
0