LoginSignup
0
0

More than 5 years have passed since last update.

Untracked files

Posted at

While I was making dotfiles, I could not upload two directories, .oh-my-zsh and .zsh/zsh-syntax-highlighting. The reason was that they had .git folders. So I deleted .git and .gitignore. And cleared cache and add them all again.

$ cd ~/dofiles/.oh-my-zsh
$ rm -rf .git
$ rm .gitignore
$ cd ~/dofiles/.zsh/zsh-syntax-highlighting
$ rm -rf .git
$ rm .gitignore
$ cd ~/dotfiles
$ git rm -r --cached .
$ git add .
$ git commit -m "fixed untracked files"
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