Browse Source

wrong readme removed

master
marc 4 years ago
parent
commit
fe169f50ae
1 changed files with 0 additions and 11 deletions
  1. 11
      dotfiles/README.md

11
dotfiles/README.md

@ -1,11 +0,0 @@
# Initialization
git init --bare $HOME/dotfiles
alias dot="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME" (add this to .zshenv or .bashrc)
dot config --local status.showUntrackedFiles no
git remote add origin https://gitea.cloudpshere.duckdns.org/marc/dotfiles.git
git remote -v
# Usage
dot add /path/to/file
dot commit -m "some message"
dot push
Loading…
Cancel
Save